Add missing break in # comment detection switch

Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
This commit is contained in:
Ann + J.M 2014-05-21 21:43:20 +02:00
parent 524e82e33c
commit 5facff36bd

View File

@ -334,6 +334,7 @@ function PMA_SQP_parse($sql)
switch ($c) {
case '#':
$type = 'mysql';
break;
case '-':
$type = 'ansi';
$pos = $GLOBALS['PMA_String']->strpos($sql, "\n", $count2);