[Bug 589] Changed - Document contains no data when folder prefix is wrong

bugs@bugs.horde.org bugs@bugs.horde.org
Thu, 8 Feb 2001 19:29:09 -0400


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

*** shadow/589	Thu Feb  8 19:14:53 2001
--- shadow/589.tmp.26768	Thu Feb  8 19:29:09 2001
***************
*** 3,10 ****
  Version: 2.3 Unstable
  Platform: PHP Code
  OS/Version: All
! Status: ASSIGNED   
! Resolution: 
  Severity: enhancement
  Priority: P5
  Component: IMP
--- 3,10 ----
  Version: 2.3 Unstable
  Platform: PHP Code
  OS/Version: All
! Status: RESOLVED   
! Resolution: FIXED
  Severity: enhancement
  Priority: P5
  Component: IMP
***************
*** 64,66 ****
--- 64,70 ----
  ------- Additional Comments From chuck@horde.org  02/08/01 19:14 -------
  to hide the folders box, either use the server list, or edit config/prefs.php 
  and change the '1' at the end of the folders line to a '0'.
+ 
+ ------- Additional Comments From chuck@horde.org  02/08/01 19:29 -------
+ There was a silly infinite recursion bug when the prefix is invalid (probably 
+ any time you called expand() with invalid arguments). It's fixed now.