|
From: <jgr...@us...> - 2003-10-15 16:53:21
|
Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv31121/UI
Modified Files:
HTML.pm
Log Message:
Make TICKD messages get sent every 6 hours; update test suite and use TICKD to delete log files
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.216
retrieving revision 1.217
diff -C2 -d -r1.216 -r1.217
*** HTML.pm 14 Oct 2003 16:17:18 -0000 1.216
--- HTML.pm 15 Oct 2003 16:53:14 -0000 1.217
***************
*** 225,233 ****
$self->config_( 'wordtable_format', '' );
- # This setting determines whether when viewing an individual message we show the word
- # table or not
-
- $self->config_( 'show_wordtable', 0 );
-
# Load skins
--- 225,228 ----
|