From: <ssc...@us...> - 2003-04-10 23:19:56
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv15769 Modified Files: HTML.pm Log Message: Hopefully fix bugs, and some bleeding edge issues: [ 708387 ] unrequested History deletion [ 703364 ] 0.18.1: history doesn't go back far enough Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** HTML.pm 8 Apr 2003 00:51:47 -0000 1.123 --- HTML.pm 10 Apr 2003 23:19:53 -0000 1.124 *************** *** 172,178 **** change_session_key($self); - $self->remove_mail_files(); - $self->calculate_today(); - # The parent needs a reference to the url handler function $self->{url_handler_} = \&url_handler__; --- 172,175 ---- *************** *** 191,194 **** --- 188,196 ---- { my ( $self ) = @_; + + # This needs to occur at launch, but after initialization + + $self->remove_mail_files(); + $self->calculate_today(); # Ensure that the messages subdirectory exists |