Yoshihisa Fukuhara
higef****@users*****
2005年 12月 20日 (火) 16:56:51 JST
Index: affelio/apps/bb/comment.cgi
diff -u affelio/apps/bb/comment.cgi:1.1 affelio/apps/bb/comment.cgi:1.2
--- affelio/apps/bb/comment.cgi:1.1 Mon Dec 19 15:46:27 2005
+++ affelio/apps/bb/comment.cgi Tue Dec 20 16:56:51 2005
@@ -85,8 +85,9 @@
$bb->errorExit('<AF_M text="Please input your nickname.">') if($user_name eq "");
$bb->checkPwd($pwd);
}
+ if (-f "./resource/face/owner.gif"){
$icon = "owner.gif" if ($afap->get_visitor_info("type") eq "self" && $icon eq "");
-
+ }
$tmpl = HTML::Template->new(filename => "./templates/comment.tmpl");
$tmpl->param(
CONFIRM => "1",