diff --git a/edit-mailbox.php b/edit-mailbox.php index 7ce020b8..519b959a 100644 --- a/edit-mailbox.php +++ b/edit-mailbox.php @@ -60,7 +60,7 @@ if (!(check_owner ($SESSID_USERNAME, $fDomain) || authentication_has_role('globa $tName = $fName; $tQuota = $fQuota; $tActive = $fActive; - $tMessage = $PALANG['pEdit_mailbox_domain_error'] . "$fDomain"; // XXX ergh; why is a closing font tag here? + $tMessage = $PALANG['pEdit_mailbox_domain_error'] . "$fDomain"; } $user_details = db_array($result['result']);