Hi, in trunk, trying to copy a table produces:
Warning in ./libraries/List.class.php#67 in_array() [function.in-array]: Wrong datatype for second argument
Backtrace
./libraries/List.class.php#67: in_array( string base2x, object, ) ./libraries/Table.class.php#597: PMA_List->exists(string base2x) ./tbl_move_copy.php#52: PMA_Table::moveCopy( string base2x, string bb, string base2x, string bb2, string data, boolean , string one_table, )
Marc Delisle schrieb:
Hi, in trunk, trying to copy a table produces:
Warning in ./libraries/List.class.php#67 in_array() [function.in-array]: Wrong datatype for second argument
Backtrace
./libraries/List.class.php#67: in_array( string base2x, object, ) ./libraries/Table.class.php#597: PMA_List->exists(string base2x) ./tbl_move_copy.php#52: PMA_Table::moveCopy( string base2x, string bb, string base2x, string bb2, string data, boolean , string one_table, )
oh, o it seems SPL ArrayIterrator does not always return array when needed, only when iterating ... will look into this