Bugfixing Syntaxcoloring

This commit is contained in:
Mike Beck
2002-06-12 16:12:07 +00:00
parent e4026cda01
commit 923a2c12e6
3 changed files with 25 additions and 13 deletions

View File

@@ -355,7 +355,7 @@ if ($sql_query != '') {
$a_sql_query = $pieces[$i];
$result = mysql_query($a_sql_query);
if ($result == FALSE) { // readdump failed
$my_die = PMA_format_sql($a_sql_query);
$my_die = $a_sql_query;
break;
}
if (!isset($reload) && eregi('^(DROP|CREATE)[[:space:]]+(IF EXISTS[[:space:]]+)?(TABLE|DATABASE)[[:space:]]+(.+)', $a_sql_query)) {