http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88609

Revision: 88609
Author:   platonides
Date:     2011-05-22 22:10:08 +0000 (Sun, 22 May 2011)
Log Message:
-----------
/* to /**

Modified Paths:
--------------
    trunk/phase3/includes/cache/HTMLFileCache.php

Modified: trunk/phase3/includes/cache/HTMLFileCache.php
===================================================================
--- trunk/phase3/includes/cache/HTMLFileCache.php       2011-05-22 22:05:18 UTC 
(rev 88608)
+++ trunk/phase3/includes/cache/HTMLFileCache.php       2011-05-22 22:10:08 UTC 
(rev 88609)
@@ -116,10 +116,10 @@
                return !$wgShowIPinHeader && !$wgUser->getId() && 
!$wgUser->getNewtalk() && $ulang == $clang;
        }
 
-       /* 
-       * Check if up to date cache file exists
-       * @param $timestamp string
-       */
+       /**
+        * Check if up to date cache file exists
+        * @param $timestamp string
+        */
        public function isFileCacheGood( $timestamp = '' ) {
                global $wgCacheEpoch;
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to