Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa9f372

Browse files
committed
Arguments with default values must be at the end of the argument list - another instance
1 parent 36644a8 commit fa9f372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/Table.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ static public function countRecords($db, $table, $force_exact = false, $is_view
612612
*/
613613
static public function generateAlter($oldcol, $newcol, $type, $length,
614614
$attribute, $collation, $null, $default_type, $default_value,
615-
$extra, $comment = '', &$field_primary, $index, $default_orig, $move_to
615+
$extra, $comment, &$field_primary, $index, $default_orig, $move_to
616616
) {
617617
return PMA_backquote($oldcol) . ' '
618618
. PMA_Table::generateFieldSpec(

0 commit comments

Comments
 (0)