Tadashi Okoshi
slash****@users*****
2005年 6月 30日 (木) 01:07:44 JST
Index: affelio/lib/Affelio/App/Admin/AccessLog.pm diff -u affelio/lib/Affelio/App/Admin/AccessLog.pm:1.5 affelio/lib/Affelio/App/Admin/AccessLog.pm:1.6 --- affelio/lib/Affelio/App/Admin/AccessLog.pm:1.5 Thu Jun 30 01:03:42 2005 +++ affelio/lib/Affelio/App/Admin/AccessLog.pm Thu Jun 30 01:07:43 2005 @@ -4,7 +4,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: AccessLog.pm,v 1.5 2005/06/29 16:03:42 slash5234 Exp $ +# $Id: AccessLog.pm,v 1.6 2005/06/29 16:07:43 slash5234 Exp $ package Affelio::App::Admin::AccessLog; { @@ -78,7 +78,7 @@ if($type eq "self") {$true_type='<AF_M text="_VISITOR_TYPE_SELF">';} push(@access_log, {id=> $id, id2=> $id2, - time=> timestamp2string($time), + time=> timestamp2stringB($time), nickname => $true_name, type => $true_type}); }