Set correct return value (bug #1048861).
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2004-10-19 Michal Čihař <michal@cihar.com>
|
||||
* export.php: Use just \n for SQL exports (bug #1042521).
|
||||
* libraries/read_dump.lib.php: Set correct return value (bug #1048861).
|
||||
|
||||
2004-10-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/turkish update, thanks to boralioglu.
|
||||
|
@@ -39,7 +39,7 @@ function PMA_splitSqlFile(&$ret, $sql, $release)
|
||||
// No end of string found -> add the current substring to the
|
||||
// returned array
|
||||
if (!$i) {
|
||||
$ret[] = $sql;
|
||||
$ret[] = array('query' => $sql, 'empty' => $nothing);
|
||||
return TRUE;
|
||||
}
|
||||
// Backquotes or no backslashes before quotes: it's indeed the
|
||||
|
Reference in New Issue
Block a user