OSDN Git Service

Cleanup. (comment only)
authorhenoheno <henoheno>
Tue, 10 Aug 2004 13:18:05 +0000 (22:18 +0900)
committerhenoheno <henoheno>
Tue, 10 Aug 2004 13:18:05 +0000 (22:18 +0900)
plugin/calendar_viewer.inc.php

index 7525d50..3c384cb 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  * PukiWiki calendar_viewer¥×¥é¥°¥¤¥ó
- * $Id: calendar_viewer.inc.php,v 1.19 2004/08/10 13:15:42 henoheno Exp $
+ * $Id: calendar_viewer.inc.php,v 1.20 2004/08/10 13:18:05 henoheno Exp $
  * calendarrecent¥×¥é¥°¥¤¥ó¤ò¸µ¤ËºîÀ®
  */
 
@@ -92,7 +92,7 @@ function plugin_calendar_viewer_convert()
        }
 
 
-       // *°ìÍ÷ɽ¼¨¤¹¤ë¥Ú¡¼¥¸Ì¾¤È¥Õ¥¡¥¤¥ë̾¤Î¥Ñ¥¿¡¼¥ó¡¡¥Õ¥¡¥¤¥ë̾¤Ë¤Ïǯ·î¤ò´Þ¤à
+       // °ìÍ÷ɽ¼¨¤¹¤ë¥Ú¡¼¥¸Ì¾¤È¥Õ¥¡¥¤¥ë̾¤Î¥Ñ¥¿¡¼¥ó¡¡¥Õ¥¡¥¤¥ë̾¤Ë¤Ïǯ·î¤ò´Þ¤à
        if ($pagename == '') {
                // pagename̵¤·¤Îyyyy-mm-dd¤ËÂбþ¤¹¤ë¤¿¤á¤Î½èÍý
                $pagepattern = '';
@@ -107,7 +107,7 @@ function plugin_calendar_viewer_convert()
        }
 
        //echo "$pagename:$page_YM:$mode:$date_sep:$limit_base:$limit_page";
-       // *¥Ú¡¼¥¸¥ê¥¹¥È¤Î¼èÆÀ
+       // ¥Ú¡¼¥¸¥ê¥¹¥È¤Î¼èÆÀ
        //echo $pagepattern;
        //echo $filepattern;
 
@@ -124,7 +124,7 @@ function plugin_calendar_viewer_convert()
                        $page = strip_bracket($page);
                        if (plugin_calendar_viewer_isValidDate(substr($page, $pagepattern_len), $date_sep) == false) continue;
 
-                       // *modeËè¤ËÊ̾ò·ï¤Ç¤Ï¤¸¤¯
+                       // modeËè¤ËÊ̾ò·ï¤Ç¤Ï¤¸¤¯
                        // past mode¤Ç¤Ï̤Íè¤Î¥Ú¡¼¥¸¤ÏNG
                        if (((substr($page, $pagepattern_len)) > $_date) && ($mode == 'past'))continue;
                        // future mode¤Ç¤Ï²áµî¤Î¥Ú¡¼¥¸¤ÏNG
@@ -135,7 +135,7 @@ function plugin_calendar_viewer_convert()
        }
        closedir($dir);
        //echo count($pagelist);
-       // *¤³¤³¤«¤é¥¤¥ó¥¯¥ë¡¼¥É³«»Ï
+       // ¤³¤³¤«¤é¥¤¥ó¥¯¥ë¡¼¥É³«»Ï
 
        $tmppage = $vars['page'];
        $return_body = '';