syntax error in table_select_js.php
Brought to you by:
nhruby,
richardarcher
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