Added FIXME to formatExpiry()
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 3 Mar 2012 11:16:30 +0000 (11:16 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 3 Mar 2012 11:16:30 +0000 (11:16 +0000)
languages/Language.php

index 6e968b0..4cfee5b 100644 (file)
@@ -3754,6 +3754,8 @@ class Language {
 
        /**
         * Decode an expiry (block, protection, etc) which has come from the DB
+        * 
+        * @FIXME: why are we returnings DBMS-dependent strings???
         *
         * @param $expiry String: Database expiry String
         * @param $format Bool|Int true to process using language functions, or TS_ constant