undefined variable

This commit is contained in:
Marc Delisle
2009-10-24 12:25:48 +00:00
parent b4169d1747
commit eb8da39c48

View File

@@ -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
*/ */