typo in fix for bug #1671813

This commit is contained in:
Sebastian Mendel
2007-03-26 06:32:56 +00:00
parent 04e26c61a9
commit 2454f1feff
2 changed files with 5 additions and 4 deletions

View File

@@ -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 #1643758 [import] Error #1264 importing NULL values in MySQL 5.0
- bug #1523747 [innodb] make warning about row count more visible - bug #1523747 [innodb] make warning about row count more visible
- bug #1676012 [auth] strip non-US-ASCII characters (RFC2616) - bug #1676012 [auth] strip non-US-ASCII characters (RFC2616)
- bug #1679440 Added FAQ entry about header errors under IIS caused by - bug #1679440 Added FAQ entry about header errors under IIS caused by
an end-of-line character - typo in fix for bug #1671813
an end-of-line character
- [gui] avoid displaying a wide selector in server selection - [gui] avoid displaying a wide selector in server selection
- bug #1614004 [relation] foreign key spanning multiple columns are - bug #1614004 [relation] foreign key spanning multiple columns are
incorrectly displayed 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_fatalError() and made use of it
. [core] added PMA_isValid() and PMA_ifSetOr() for variable handling . [core] added PMA_isValid() and PMA_ifSetOr() for variable handling
. [i18n] use generic $strOptions . [i18n] use generic $strOptions

View File

@@ -471,7 +471,7 @@ function PMA_arrayWalkRecursive(&$array, $function, $apply_to_keys_also = false)
} }
} }
} }
$recursive_counter++; $recursive_counter--;
} }
/** /**