Index: trunk/phase3/languages/Language.php |
— | — | @@ -3754,6 +3754,8 @@ |
3755 | 3755 | |
3756 | 3756 | /** |
3757 | 3757 | * Decode an expiry (block, protection, etc) which has come from the DB |
| 3758 | + * |
| 3759 | + * @FIXME: why are we returnings DBMS-dependent strings??? |
3758 | 3760 | * |
3759 | 3761 | * @param $expiry String: Database expiry String |
3760 | 3762 | * @param $format Bool|Int true to process using language functions, or TS_ constant |