From: Joseph C. <tex...@us...> - 2006-02-06 09:18:49
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24157/UI Modified Files: Tag: b0_22_2 HTML.pm Log Message: Fix bug that lead to wrong display of magnet on single message page. Enable warnings in MailParse.pm to catch stuff like that earlier. (from Manni's fix on HEAD) Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.311.4.5 retrieving revision 1.311.4.6 diff -C2 -d -r1.311.4.5 -r1.311.4.6 *** HTML.pm 27 Sep 2005 14:54:07 -0000 1.311.4.5 --- HTML.pm 6 Feb 2006 09:18:40 -0000 1.311.4.6 *************** *** 2732,2736 **** $templ->param( 'View_Magnet_Reason' => sprintf( $self->{language__}{History_MagnetBecause}, # PROFILE BLOCK START $color, $bucket, ! Classifier::MailParse::splitline($magnet,0) ) ); # PROFILE BLOCK STOP } --- 2732,2736 ---- $templ->param( 'View_Magnet_Reason' => sprintf( $self->{language__}{History_MagnetBecause}, # PROFILE BLOCK START $color, $bucket, ! Classifier::MailParse->splitline($magnet,0) ) ); # PROFILE BLOCK STOP } |