Bugs item #1839061, was opened at 2007-11-27 00:21
Message generated for change (Comment added) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1839061&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: None
Group: SVN (please specify revision!)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: edit-alias.php fails if first line of recipients is empty
Initial Comment:
(SVN r241)
edit-alias.php fails with "You didn\'t enter anything at To" ($PALANG['pEdit_alias_goto_text_error1']) if the first line is blank - even if the next lines contain valid recipient addresses.
Happens with both edit-alias.php and users/edit-alias.php.
Funnily enough, clicking the submit button again fixes the problem because the input field is trim()med.
----------------------------------------------------------------------
>Comment By: Christian Boltz (christian_boltz)
Date: 2007-11-27 22:58
Message:
Logged In: YES
user_id=593261
Originator: YES
fixed in users/edit-alias.php in SVN r247.
edit-alias.php is different: It doesn't error out on empty lines, but adds
multiple commas to the database if a line is empty. And it allows a
basically empty goto if it contains an additional linebreak :-(
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1839061&group_id=191583
|