Missing ;

This commit is contained in:
Michal Čihař
2003-06-06 09:11:11 +00:00
parent 78103553ed
commit ab5dd3adb4
2 changed files with 4 additions and 1 deletions

View File

@@ -201,7 +201,7 @@ else if ($mult_btn == $strYes) {
} else {
$a_query .= 'DELETE FROM ';
}
$a_query .= PMA_backquote(htmlspecialchars(urldecode($selected[$i])))
$a_query .= PMA_backquote(htmlspecialchars(urldecode($selected[$i])));
break;
case 'drop_fld':