From: Aaron Schulz Date: Sat, 3 Mar 2012 11:16:30 +0000 (+0000) Subject: Added FIXME to formatExpiry() X-Git-Tag: 1.31.0-rc.0~24420 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=addb1044442cf9cc1acd4548b76c71316e32704c;p=lhc%2Fweb%2Fwiklou.git Added FIXME to formatExpiry() --- diff --git a/languages/Language.php b/languages/Language.php index 6e968b03cd..4cfee5b9dd 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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