OSDN Git Service

[[pukiwiki:PukiWiki/1.3.2]] SIZE(?):形式の廃止
authormasui <masui>
Tue, 16 Jul 2002 11:26:55 +0000 (20:26 +0900)
committermasui <masui>
Tue, 16 Jul 2002 11:26:55 +0000 (20:26 +0900)
plugin/comment.inc.php

index f477243..5a649a9 100644 (file)
@@ -1,5 +1,5 @@
 <?
-// $Id: comment.inc.php,v 1.7 2002/07/02 04:20:20 masui Exp $
+// $Id: comment.inc.php,v 1.8 2002/07/16 11:26:55 masui Exp $
 
 global $name_cols, $comment_cols, $msg_format, $name_format;
 global $msg_format, $now_format, $comment_format;
@@ -16,7 +16,7 @@ $comment_cols = 70;
 // ¥³¥á¥ó¥È¤ÎÁÞÆþ¥Õ¥©¡¼¥Þ¥Ã¥È
 $name_format = '[[$name]]';
 $msg_format = '$msg';
-$now_format = 'SIZE(10):$now';
+$now_format = 'SIZE(10){$now}';
 /////////////////////////////////////////////////
 // ¥³¥á¥ó¥È¤ÎÁÞÆþ¥Õ¥©¡¼¥Þ¥Ã¥È(¥³¥á¥ó¥ÈÆâÍÆ)
 $comment_format = '$msg -- $name $now';