[bugs] [Bug 1009] New - Modules forward & vacation: missing quotes in conf.php.dist files

bugs@bugs.horde.org bugs@bugs.horde.org
Tue, 30 Jul 2002 06:12:18 -0300


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

*** shadow/1009	Tue Jul 30 06:12:17 2002
--- shadow/1009.tmp.24621	Tue Jul 30 06:12:18 2002
***************
*** 0 ****
--- 1,45 ----
+ Bug#: 1009
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: PHP Code
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: markus.ruth@rrc-ps.de               
+ URL: 
+ Summary: Modules forward & vacation: missing quotes in conf.php.dist files
+ 
+ Modul forwards: 
+ ===============
+ 
+ - missing quotes
+ 
+ in conf.php.dist the line:
+ 
+ $conf['server']['params']['default'] = array(host => 'localhost', port => 21);
+ 
+  should be modified in
+ 
+ $conf['server']['params']['default'] = array('host' => 'localhost', 'port' => 
+ 21);
+ 
+ Modul vacation: 
+ ===============
+ 
+ - missing quotes
+ 
+ in conf.php.dist the line:
+ 
+ $conf['server']['params']['default'] = array(host => 'localhost', port => 21);
+ 
+  should be modified in
+ 
+ $conf['server']['params']['default'] = array('host' => 'localhost', 'port' => 
+ 21);
+ 
+