Bugs item #2605295, was opened at 2009-02-16 11:57
Message generated for change (Comment added) made by gingerdog
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2605295&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface (example)
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Dystopian (dystopian)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't create domain with unlimited aliases and mailboxes
Initial Comment:
If admin creates domain and enters unlimited (0) number of aliases and/or mailboxes only default number will be created. In create-domain.php, string 57 : !empty($_POST[$key]) equals FALSE if number == 0. This string should be look this way:
if(isset($_POST[$key]) && (0<strlen($_POST[$key])))
----------------------------------------------------------------------
>Comment By: GingerDog (gingerdog)
Date: 2009-02-16 12:33
Message:
This is already fixed in 2.3beta. Thanks!
David.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2605295&group_id=191583
|