https://bugzilla.wikimedia.org/show_bug.cgi?id=55912
--- Comment #1 from Siebrand Mazeland <[email protected]> --- Why is this classified as an i18n issue? AFAICT getInfinity() was implemented in the Database class for some reason. includes/db/Database.php, Class Database, ~line 3800: /** * Find out when 'infinity' is. Most DBMSes support this. This is a special * keyword for timestamps in PostgreSQL, and works with CHAR(14) as well * because "i" sorts after all numbers. * * @return String */ public function getInfinity() { return 'infinity'; } -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
