CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Counterのyesterdayが0になる件 [#nd94a07d]
http://project-volfeed.dyndns.org/index.php?PukiWiki%E3%81%A7%E6%98%A8%E6%97%A5%E3%81%AE%E3%82%AB%E3%82%A6%E3%83%B3%E3%82%BF%E3%83%BC%E3%81%8C0%E3%81%AB%E3%81%AA%E3%82%8B

http://pukiwiki.sourceforge.jp/dev/?BugTrack2%2F141

pukiwiki-1.4.7/plugin/counter.inc.php 86行目
 //$is_yesterday = ($counters[$page]['date'] == get_date('Y/m/d', strtotime('yesterday', UTIME)));
 //$is_yesterday = ($counters[$page]['date'] == get_date('Y/m/d', strtotime('yesterday')));
 $is_yesterday = ($counters[$page]['date'] == get_date('Y/m/d',  UTIME - 24*60*60));
----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS