Tadashi Okoshi
slash****@users*****
2005年 6月 30日 (木) 01:03:43 JST
Index: affelio/lib/Affelio/App/Admin/AccessLog.pm diff -u affelio/lib/Affelio/App/Admin/AccessLog.pm:1.4 affelio/lib/Affelio/App/Admin/AccessLog.pm:1.5 --- affelio/lib/Affelio/App/Admin/AccessLog.pm:1.4 Wed Jun 29 22:34:10 2005 +++ affelio/lib/Affelio/App/Admin/AccessLog.pm Thu Jun 30 01:03:42 2005 @@ -4,7 +4,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: AccessLog.pm,v 1.4 2005/06/29 13:34:10 slash5234 Exp $ +# $Id: AccessLog.pm,v 1.5 2005/06/29 16:03:42 slash5234 Exp $ package Affelio::App::Admin::AccessLog; { @@ -41,16 +41,17 @@ ############################### #start and end time ############################### - my $start_time = get_today(); + #my $start_time = get_today(); + my $start_time = "20050620000000"; my $cur_time = get_timestamp(); ############################### #Today's date ############################### - my $t_year = substr ($start_time, 0, 4); - my $t_mon = substr ($start_time, 4, 2); - my $t_mday = substr ($start_time, 6, 2); - $output_ref->{"log_date"} = "$t_year/$t_mon/$t_mday"; + #my $t_year = substr ($start_time, 0, 4); + #my $t_mon = substr ($start_time, 4, 2); + #my $t_mday = substr ($start_time, 6, 2); + #$output_ref->{"log_date"} = "$t_year/$t_mon/$t_mday"; ############################### #Access to AccessLog Manager