From: Chris W. <la...@us...> - 2005-03-12 05:09:50
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8291/OpenInteract2 Modified Files: Action.pm Log Message: OIN-133: warning fixes Index: Action.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action.pm,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** Action.pm 4 Mar 2005 02:51:44 -0000 1.71 --- Action.pm 12 Mar 2005 05:09:39 -0000 1.72 *************** *** 715,719 **** return; } ! my $expire_time = $expire->{ $self->task } || $expire->{ CACHE_ALL_KEY() }; $log->is_debug && $log->debug( "Action/task ", $self->name, "/", $self->task, " ", --- 715,719 ---- return; } ! my $expire_time = $expire->{ $self->task } || $expire->{ CACHE_ALL_KEY() } || ''; $log->is_debug && $log->debug( "Action/task ", $self->name, "/", $self->task, " ", |