From 36cab2b1f3c26ab5537e5113b0b7011c9ae2471e Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 4 Sep 2007 12:01:55 +0000 Subject: [PATCH] fixed strict notice --- 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 9591d9e1e..4a330ac21 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -270,7 +270,7 @@ class PMA_Table { * @param string $default_orig * @return string field specification */ - function generateFieldSpec($name, $type, $length = '', $attribute = '', + static function generateFieldSpec($name, $type, $length = '', $attribute = '', $collation = '', $null = false, $default = '', $default_current_timestamp = false, $extra = '', $comment = '', &$field_primary, $index, $default_orig = false)