/[Frey]/branches/zimbardo/lib/Frey/Web.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/zimbardo/lib/Frey/Web.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 682 by dpavlin, Tue Dec 2 17:36:51 2008 UTC revision 685 by dpavlin, Tue Dec 2 18:29:01 2008 UTC
# Line 360  sub error { Line 360  sub error {
360          if ( $error !~ m{\n$} ) {          if ( $error !~ m{\n$} ) {
361                  if ( my @backtrace = $self->backtrace ) {                  if ( my @backtrace = $self->backtrace ) {
362                          $error .= "\n\t" . join( "\n\t", @backtrace );                          $error .= "\n\t" . join( "\n\t", @backtrace );
363                          $fatal = qq| class="fatal"|;                          $fatal = qq| frey-fatal|;
364                  }                  }
365          }          }
366    

Legend:
Removed from v.682  
changed lines
  Added in v.685

  ViewVC Help
Powered by ViewVC 1.1.26