• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision52b629132151304eab150cbcefb55949b12e6ad2 (tree)
Time2014-11-26 02:42:45
Authorhenoheno <henoheno>
Commiterumorigu

Log Message

BugTrack2/236: All your int are string two num

Change Summary

Incremental Difference

--- a/plugin/recent.inc.php
+++ b/plugin/recent.inc.php
@@ -1,7 +1,7 @@
11 <?php
22 // $Id: recent.inc.php,v 1.27 2011/01/25 15:01:01 henoheno Exp $
33 // Copyright (C)
4-// 2002-2006 PukiWiki Developers Team
4+// 2002-2007 PukiWiki Developers Team
55 // 2002 Y.MASUI http://masui.net/pukiwiki/ masui@masui.net
66 // License: GPL version 2
77 //
@@ -68,7 +68,8 @@ function plugin_recent_convert()
6868 }
6969
7070 $s_page = htmlsc($page);
71- if($page == $vars['page']) {
71+
72+ if ($page === $vars['page']) {
7273 // No need to link to the page you just read, or notify where you just read
7374 $items .= ' <li>' . $s_page . '</li>' . "\n";
7475 } else {