[Affelio-cvs 577] CVS update: affelio/apps/album

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2005年 8月 25日 (木) 11:16:38 JST


Index: affelio/apps/album/album.cgi
diff -u affelio/apps/album/album.cgi:1.1 affelio/apps/album/album.cgi:1.2
--- affelio/apps/album/album.cgi:1.1	Thu Aug 25 00:31:44 2005
+++ affelio/apps/album/album.cgi	Thu Aug 25 11:16:38 2005
@@ -333,14 +333,14 @@
 	    my ($sec, $min, $hour, $mday, $mon, $year) = localtime($_->{timestamp});
 	    $mon += 1;
 	    if ($_->{user} eq ''){
-		$user_uri="‚ȂȂµ‚³‚ñ";
+		$user_uri="Guest";
 	    }else{
 		$user_uri='<A HREF="'.$afap->get_site_info("web_root").'/outgoing.cgi?dest_url='.$_->{afid}.'">'.$_->{user}."</A>";
 	    }
 	    push @comments_param,
 	    {
 		UNAME => $user_uri,
-		COMMENT_TIME => "$monŒŽ$mday“ú$hour:$min",
+		COMMENT_TIME => "$mon/$mday/$hour:$min",
 		COMMENT => $_->{comment}
 	    };
 	}


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