[bugs] [Bug 1041] New - conf.xml generates wrong code for vinfo ...
bugs@bugs.horde.org
bugs@bugs.horde.org
Wed, 4 Sep 2002 13:37:14 -0300
http://bugs.horde.org/show_bug.cgi?id=1041
*** shadow/1041 Wed Sep 4 13:37:13 2002
--- shadow/1041.tmp.5395 Wed Sep 4 13:37:13 2002
***************
*** 0 ****
--- 1,22 ----
+ Bug#: 1041
+ Product: Horde
+ Version: 2.3 Unstable
+ Platform: Mozilla 5.x
+ OS/Version: FreeBSD
+ Status: NEW
+ Resolution:
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: scrappy@hub.org
+ URL:
+ Summary: conf.xml generates wrong code for vinfo ...
+
+ if you click 'custom virtual users hook' and then generate, it gives back:
+
+ $conf['hooks']['vinfo'] = true;
+
+ but if I modify my conf.php to move my get_imp_vinfo to hooks.php and set the
+ above in conf.php, it no longer uses the hook ...