undefined variable

This commit is contained in:
Marc Delisle
2009-10-24 12:25:48 +00:00
parent 9f97516124
commit e0c4dbd9d5

View File

@@ -26,6 +26,10 @@ if (! defined('PHPMYADMIN')) {
exit;
}
if (! isset($GLOBALS['sql_delimiter'])) {
$GLOBALS['sql_delimiter'] = ';';
}
/**
* @global array MySQL function names
*/