[ postfixadmin-Bugs-2353128 ] User alias goto ends with ','
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2009-01-14 16:05:09
|
Bugs item #2353128, was opened at 2008-11-27 09:59 Message generated for change (Comment added) made by gingerdog 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: Closed >Resolution: Out of Date 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. ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2009-01-14 16:05 Message: closing - no response. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-11-27 10:36 Message: I think this is already fixed in what is in subversion/trunk. (firstly, users/edit-alias.php doesn't exist, and secondly /edit-alias.php doesn't use implode any longer) thanks David ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2353128&group_id=191583 |