[bugs] [Bug 1027] New - vacation 2.0 error in main.php code

bugs@bugs.horde.org bugs@bugs.horde.org
Wed, 21 Aug 2002 14:18:24 -0300


http://bugs.horde.org/show_bug.cgi?id=1027

*** shadow/1027	Wed Aug 21 14:18:24 2002
--- shadow/1027.tmp.12744	Wed Aug 21 14:18:24 2002
***************
*** 0 ****
--- 1,31 ----
+ Bug#: 1027
+ Product: Horde
+ Version: 2.1 Unstable
+ Platform: PHP Code
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: critical
+ Priority: P2
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: etienne.b@c-et-f.com               
+ URL: 
+ Cc: etienne.b@c-et-f.com
+ Summary: vacation 2.0 error in main.php code
+ 
+ vacation 2.0
+ main.php
+ 
+ line 49
+ if ($error == false) switch ($mode) {
+ replace $mode with $vacationmode
+ if ($error == false) switch ($vacationmode) {
+ 
+ line 53
+ if ($daemon->set_vacation($userid, $realm, $oldpassword, $mses)) {
+ replace $mess with $vacationmsg
+ if ($daemon->set_vacation($userid, $realm, $oldpassword, $vacationmsg)) {
+ 
+ Have fun