From 0bf6ccee1d005c4db1e820da2471d8bc79e4c79e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 10 Sep 2007 16:56:28 +0000 Subject: [PATCH] fix E_STRICT error when copying a db --- libraries/Table.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Table.class.php b/libraries/Table.class.php index ccdb8a8e2..f8fbdad3e 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -460,7 +460,7 @@ class PMA_Table { * * @author Garvin Hicking */ - function duplicateInfo($work, $pma_table, $get_fields, $where_fields, + static public function duplicateInfo($work, $pma_table, $get_fields, $where_fields, $new_fields) { $last_id = -1;