[ postfixadmin-Bugs-1875901 ] vacation status in user mode
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-01-20 19:02:33
|
Bugs item #1875901, was opened at 2008-01-20 11:02 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=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: Open Resolution: None 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'"); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1875901&group_id=191583 |