[ postfixadmin-Bugs-1875901 ] vacation status in user mode
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-01-20 20:31:50
|
Bugs item #1875901, was opened at 2008-01-20 20:02 Message generated for change (Settings changed) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875901&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: SVN (please specify revision!) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: vacation status in user mode Initial Comment: SVN 297 when you create vacation message in users mode and than you delete, you will still see that it is enable. users/main.php - $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME'"); +$Active = db_get_boolean(True); + $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME' AND active='$Active'"); ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-01-20 21:31 Message: Logged In: YES user_id=593261 Originator: NO Fixed in SVN r298. Thanks for reporting this! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875901&group_id=191583 |