[bugs] [Bug 1010] Changed - large imp filters break maintenance (and
hence login)
bugs@bugs.horde.org
bugs@bugs.horde.org
Wed, 7 Aug 2002 16:18:41 -0300
http://bugs.horde.org/show_bug.cgi?id=1010
*** shadow/1010 Tue Aug 6 20:47:51 2002
--- shadow/1010.tmp.26769 Wed Aug 7 16:18:41 2002
***************
*** 582,584 ****
--- 582,593 ----
ought to be intact when horde deals with it.
any thoughts as to how i might do further diagnosis?
+
+ ------- Additional Comments From slusarz@bigworm.colorado.edu 08/07/02 16:18 -------
+ Add the following code to the top of runMaintenance() in lib/Maintenance.php:
+
+ $filters = $prefs->getValue('filters');
+ print_r($filters);
+ exit;
+
+ and send me the output.