diff -r be6c5fdd9203 -r 4ccdfeee9a11 includes/lang.php --- a/includes/lang.php Mon Dec 31 21:43:51 2007 -0500 +++ b/includes/lang.php Thu Jan 03 00:53:33 2008 -0500 @@ -105,16 +105,6 @@ } /** - * PHP 4 constructor. - * @param int|string Language ID or code to load. - */ - - function Language($lang) - { - $this->__construct($lang); - } - - /** * Fetches language strings from the database, or a cache file if it's available. * @param bool If true (default), allows the cache to be used. */