diff --git a/ChangeLog b/ChangeLog index 662496aaa..eec8fb8be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,12 +16,13 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #1643758 [import] Error #1264 importing NULL values in MySQL 5.0 - 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 - an end-of-line character +- 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 incorrectly displayed -- bug #1681598 [interface] Edit next row +- bug #1681598 [interface] Edit next row + [core] added PMA_fatalError() and made use of it . [core] added PMA_isValid() and PMA_ifSetOr() for variable handling . [i18n] use generic $strOptions diff --git a/libraries/core.lib.php b/libraries/core.lib.php index 31e887672..c6a1c2cd1 100644 --- a/libraries/core.lib.php +++ b/libraries/core.lib.php @@ -471,7 +471,7 @@ function PMA_arrayWalkRecursive(&$array, $function, $apply_to_keys_also = false) } } } - $recursive_counter++; + $recursive_counter--; } /**