[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
[Web] Various style fixes [Web] Remove unused or unnecessary dependencies
This commit is contained in:
@@ -684,6 +684,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
$gotos = array_unique($gotos);
|
||||
$gotos = array_filter($gotos);
|
||||
if (empty($gotos)) { return false; }
|
||||
$goto = implode(",", $gotos);
|
||||
@@ -2082,6 +2083,7 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
||||
':address' => $address
|
||||
));
|
||||
}
|
||||
$gotos = array_unique($gotos);
|
||||
$gotos = array_filter($gotos);
|
||||
$goto = implode(",", $gotos);
|
||||
}
|
||||
|
Reference in New Issue
Block a user