fix E_STRICT error when copying a db

This commit is contained in:
Marc Delisle
2007-09-10 16:56:28 +00:00
parent 908d866e57
commit 0bf6ccee1d

View File

@@ -460,7 +460,7 @@ class PMA_Table {
* *
* @author Garvin Hicking <me@supergarv.de> * @author Garvin Hicking <me@supergarv.de>
*/ */
function duplicateInfo($work, $pma_table, $get_fields, $where_fields, static public function duplicateInfo($work, $pma_table, $get_fields, $where_fields,
$new_fields) $new_fields)
{ {
$last_id = -1; $last_id = -1;