[Affelio-cvs 270] CVS update: affelio/lib/Affelio/App/Admin

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 29日 (水) 19:43:12 JST


Index: affelio/lib/Affelio/App/Admin/AccessLog.pm
diff -u affelio/lib/Affelio/App/Admin/AccessLog.pm:1.1 affelio/lib/Affelio/App/Admin/AccessLog.pm:1.2
--- affelio/lib/Affelio/App/Admin/AccessLog.pm:1.1	Wed Jun 29 19:40:16 2005
+++ affelio/lib/Affelio/App/Admin/AccessLog.pm	Wed Jun 29 19:43:12 2005
@@ -4,7 +4,7 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: AccessLog.pm,v 1.1 2005/06/29 10:40:16 slash5234 Exp $
+# $Id: AccessLog.pm,v 1.2 2005/06/29 10:43:12 slash5234 Exp $
 
 package Affelio::App::Admin::AccessLog;
 {
@@ -63,7 +63,7 @@
 	while( my ($time, $nickname, $afid, $type) = $result->fetchrow_array ){
 	    my $true_name;
 	    if($afid =~ /http/){
-		$true_name = '<A HREF="' . $afid . '">' . $nickname . '</A>';
+		$true_name = '<A HREF="' . $afid . '" target="_blank">' . $nickname . '</A>';
 	    }else{
 		$true_name = $afid;
 	    }


Affelio-cvs メーリングリストの案内
Back to archive index