[ postfixadmin-Bugs-2353128 ] User alias goto ends with ','
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-11-27 09:59:45
|
Bugs item #2353128, was opened at 2008-11-27 11:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2353128&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: Core Group: v 2.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: yava (vyava) Assigned to: Nobody/Anonymous (nobody) Summary: User alias goto ends with ',' Initial Comment: When user changes goto to empty, query "select * from postfix.alias;" shows goto="us...@do...d,". replace '$goto = implode(",",$goto);' with '$goto = trim(implode(",",$goto),",");' in /var/www/postfixadmin/users/edit-alias.php line 86 or don't append empty $goto on line 83. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2353128&group_id=191583 |