bug #1871038 [import] Notice: undefined variable first_sql_delimiter

This commit is contained in:
Marc Delisle
2008-01-14 12:59:42 +00:00
parent 6ad4dfeff4
commit 7fc1dc4446
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
2.11.5.0 (not yet released)
- bug #1862661 [GUI] Warn about rename deleting database
- bug #1866041 [interface] Incorrect sorting with AS
- bug #1871038 [import] Notice: undefined variable first_sql_delimiter
2.11.4.0 (2008-01-12)
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE

View File

@@ -123,7 +123,7 @@ while (!($finished && $i >= $len) && !$error && !$timeout_passed) {
$p8 = $big_value;
}
$i = min ($first_quote, $p2, $first_sql_delimiter, $p4, $p5, $p6, $p7, $p8);
unset($first_quote, $p2, $first_sql_delimiter, $p4, $p5, $p6, $p7, $p8);
unset($first_quote, $p2, $p4, $p5, $p6, $p7, $p8);
if ($i == $big_value) {
$i = $oi;
if (!$finished) {