Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17916
Modified Files:
CleanExpiredSessions.pm
Log Message:
fixed clean_sessions validate_param
Index: CleanExpiredSessions.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/CleanExpiredSessions.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CleanExpiredSessions.pm 18 Mar 2005 04:09:50 -0000 1.5
--- CleanExpiredSessions.pm 3 Feb 2006 03:12:36 -0000 1.6
***************
*** 54,57 ****
--- 54,58 ----
$self->param( expire_time => $days );
}
+ return undef;
}
|