[ postfixadmin-Bugs-1888847 ] Cancel also save changes
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-02-28 11:59:08
|
Bugs item #1888847, was opened at 2008-02-07 15:27 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1888847&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: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cancel also save changes Initial Comment: In "Edit Mailbox" click "Cancel" (German Verlassen). Changes will be stored. I changed edit_mailbox.php: if ($_SERVER['REQUEST_METHOD'] == "POST" && $_POST['submit']) .... .... if ($_SERVER['REQUEST_METHOD'] == "POST" && $_POST['cancel']) { header ("Location: list-virtual.php?domain=$fDomain"); exit(); } ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-02-28 11:59 Message: Logged In: YES user_id=1761957 Originator: NO See [304] which should fix this. thanks David. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1888847&group_id=191583 |