From: henoheno Date: Sun, 16 Apr 2006 14:43:35 +0000 (+0900) Subject: BugTrack2/171: Correct r1.66, count($pages) X-Git-Tag: r1_5_0_rc1~70 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=898a646f02864093ee168c9df3bc45498e21ae12;p=pukiwiki%2Fpukiwiki.git BugTrack2/171: Correct r1.66, count($pages) --- diff --git a/lib/func.php b/lib/func.php index c4dfae8..7d3c26e 100644 --- a/lib/func.php +++ b/lib/func.php @@ -1,6 +1,6 @@ ' . "\n"; - $count = count($pages); $retval .= str_replace('$1', $s_word, str_replace('$2', $count, str_replace('$3', $count, $b_type ? $_msg_andresult : $_msg_orresult)));