tbrehm
2009-05-27 44d2a76d4611e27d348e1c8ed89ff0675f2d262f
interface/web/mail/mail_domain_catchall_edit.php
@@ -61,7 +61,7 @@
         $client = $app->db->queryOneRecord("SELECT limit_mailcatchall FROM sys_group, client WHERE sys_group.client_id = client.client_id and sys_group.groupid = $client_group_id");
         
         // Check if the user may add another mailbox.
         if($client["limit_mailforward"] >= 0) {
         if($client["limit_mailcatchall"] >= 0) {
            $tmp = $app->db->queryOneRecord("SELECT count(forwarding_id) as number FROM mail_forwarding WHERE sys_groupid = $client_group_id and type = 'catchall'");
            if($tmp["number"] >= $client["limit_mailcatchall"]) {
               $app->error($app->tform->wordbook["limit_mailcatchall_txt"]);