mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 04:23:24 +02:00
Merge branch 'dev' of https://github.com/andryyy/mailcow-dockerized
This commit is contained in:
commit
9423e9e89e
@ -3274,7 +3274,7 @@ function mailbox_edit_alias($postarray) {
|
||||
$stmt = $pdo->prepare("UPDATE `alias` SET
|
||||
`goto` = :goto,
|
||||
`active`= :active,
|
||||
`modified` = :modified,
|
||||
`modified` = :modified
|
||||
WHERE `address` = :address");
|
||||
$stmt->execute(array(
|
||||
':goto' => $goto,
|
||||
|
Loading…
Reference in New Issue
Block a user