undefined variable
This commit is contained in:
parent
9f97516124
commit
e0c4dbd9d5
@ -26,6 +26,10 @@ if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
if (! isset($GLOBALS['sql_delimiter'])) {
|
||||
$GLOBALS['sql_delimiter'] = ';';
|
||||
}
|
||||
|
||||
/**
|
||||
* @global array MySQL function names
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user