Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv17118
Modified Files:
HTML.pm
Log Message:
change new function to match POPFile specification (In POPFile::Module)
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** HTML.pm 16 Apr 2003 00:59:57 -0000 1.132
--- HTML.pm 16 Apr 2003 23:21:05 -0000 1.133
***************
*** 2874,2883 ****
# Enable saving of word-scores
! $self->{classifier__}->toggle_score( 1 );
$self->{classifier__}->classify_file($self->global_config_( 'msgdir' ) . "$self->{form_}{view}", $self);
! $self->{classifier__}->toggle_score( 0 );
$body .= $self->{classifier__}->get_scores();
$self->{classifier__}->clear_scores();
--- 2874,2883 ----
# Enable saving of word-scores
! $self->{classifier__}->wordscores( 1 );
$self->{classifier__}->classify_file($self->global_config_( 'msgdir' ) . "$self->{form_}{view}", $self);
! $self->{classifier__}->wordscores( 0 );
$body .= $self->{classifier__}->get_scores();
$self->{classifier__}->clear_scores();
|