[Interchange-bugs] [Bug 196] Changed - Try/catch logic bugs

bugzilla-daemon@interchange.redhat.com bugzilla-daemon@interchange.redhat.com
Tue Jun 12 23:32:00 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=196

*** shadow/196	Fri May 25 15:08:51 2001
--- shadow/196.tmp.25619	Tue Jun 12 23:31:07 2001
***************
*** 3,10 ****
  Version: 4.7.3
  Platform: PC
  OS/Version: Linux
! Status: NEW   
! Resolution: 
  Severity: normal
  Priority: P2
  Component: Core
--- 3,10 ----
  Version: 4.7.3
  Platform: PC
  OS/Version: Linux
! Status: RESOLVED   
! Resolution: FIXED
  Severity: normal
  Priority: P2
  Component: Core
***************
*** 188,190 ****
--- 188,193 ----
          $body =~ s{\[([^\]]*)\].*\[/\1\]}{}sg;
          return $body;
  }
+ 
+ ------- Additional Comments From jon@akopia.com  2001-06-12 23:31 -------
+ I believe Bill committed the changes he talked about here.