[Phpmyadmin-devel] List.class.php: wrong datatype

Sebastian Mendel lists at sebastianmendel.de
Sat May 17 00:10:27 CEST 2008


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

-- 
Sebastian





More information about the Developers mailing list