bug #3544366 [events] Event comments not saved

This commit is contained in:
Marc Delisle 2012-12-12 15:23:14 -05:00
parent 584c528203
commit 88b0f56fd1
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
- bug [core] Proxy ajax calls to pma.net to avoid browser notices
- bug #3593534 [tracking] Structure Snapshot on tracked view renders invalid
SQL
- bug #3544366 [events] Event comments not saved
3.5.4.0 (2012-11-16)
- bug #3570212 [edit] uuid_short() is a no-arguments function

View File

@ -583,7 +583,7 @@ function PMA_EVN_getQueryFromRequest()
}
}
if (! empty($_REQUEST['item_comment'])) {
$query .= "COMMENT '" . $common_functions->sqlAddslashes(
$query .= "COMMENT '" . PMA_sqlAddslashes(
$_REQUEST['item_comment']
) . "' ";
}