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

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

View File

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