Menu

#142 syntax error in table_select_js.php

open
nobody
None
5
2008-09-16
2008-09-16
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.