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