Merge remote-tracking branch 'origin/0.9.31'

This commit is contained in:
Michael Kaufmann (d00p)
2013-12-16 13:37:01 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -379,7 +379,7 @@ if ($page == 'overview') {
standard_error('youhavealreadyacatchallforthisdomain');
exit;
} else {
$stmt = Database::pexecute("UPDATE `" . TABLE_MAIL_VIRTUAL . "`
$stmt = Database::prepare("UPDATE `" . TABLE_MAIL_VIRTUAL . "`
SET `email` = :email , `iscatchall` = '1'
WHERE `customerid`= :cid
AND `id`= :id"