[phplib-trackers] [ phplib-Bugs-2113870 ] syntax error in table_select_js.php
Brought to you by:
nhruby,
richardarcher
From: SourceForge.net <no...@so...> - 2008-09-16 09:58:42
|
Bugs item #2113870, was opened at 2008-09-16 09:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=2113870&group_id=31885 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matthieu PAINEAU (leyeti) Assigned to: Nobody/Anonymous (nobody) Summary: syntax error in table_select_js.php Initial Comment: Hi, i think there is a little bug in table_select_js.php3, near line 27 in function UpdateMenu : replace : for( $i = 0; list( #i, $table ) = each( $table_list ); $i++ ) by: for( $i = 0; list( $i, $table ) = each( $table_list ); $i++ ) ... so replace '#i' by '$i' kind regards ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=2113870&group_id=31885 |