[ postfixadmin-Bugs-1876457 ] vacation status message
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-01-21 13:40:24
|
Bugs item #1876457, was opened at 2008-01-21 05:40 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=1876457&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: 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 message Initial Comment: SVN 298 when you create vacation message for user in users menu and than you remove and next time you will edit message, you will see message under edit dialog "You already have an auto response configured!", but your vacation is not active. file users/main.php @@-54,1@@ - $tMessage = $PALANG['pUsersVacation_welcome_text']; @@+59,7@@ + $Active = db_get_boolean(True); + $result = db_query("SELECT * FROM $table_vacation WHERE email='$USERID_USERNAME' AND active='$Active'"); + if ($result['rows'] == 1) { $tMessage = PALANG['pUsersVacation_welcome_text']; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1876457&group_id=191583 |