typo in fix for bug #1671813
This commit is contained in:
@@ -17,6 +17,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- bug #1523747 [innodb] make warning about row count more visible
|
||||
- bug #1676012 [auth] strip non-US-ASCII characters (RFC2616)
|
||||
- bug #1679440 Added FAQ entry about header errors under IIS caused by
|
||||
- typo in fix for bug #1671813
|
||||
an end-of-line character
|
||||
- [gui] avoid displaying a wide selector in server selection
|
||||
- bug #1614004 [relation] foreign key spanning multiple columns are
|
||||
|
@@ -471,7 +471,7 @@ function PMA_arrayWalkRecursive(&$array, $function, $apply_to_keys_also = false)
|
||||
}
|
||||
}
|
||||
}
|
||||
$recursive_counter++;
|
||||
$recursive_counter--;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user