fixed strict notice

This commit is contained in:
Sebastian Mendel
2007-09-04 12:01:55 +00:00
parent eaf3aa068b
commit 36cab2b1f3

View File

@@ -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)