Skip to content

Commit

Permalink
undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Oct 24, 2009
1 parent 9f97516 commit e0c4dbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/sqlparser.data.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
exit;
}

if (! isset($GLOBALS['sql_delimiter'])) {
$GLOBALS['sql_delimiter'] = ';';
}

/**
* @global array MySQL function names
*/
Expand Down

0 comments on commit e0c4dbd

Please sign in to comment.