[phpMP-CVS] CVS: phpMP/includes language.php,1.17,1.18
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-08-22 15:57:48
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv7161/includes Modified Files: language.php Log Message: Removed the Localization class as it seemed rather redundant. Index: language.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/language.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** language.php 30 Jun 2003 03:43:42 -0000 1.17 --- language.php 22 Aug 2003 15:57:45 -0000 1.18 *************** *** 50,56 **** include_once( $lang_file ); - - $Local = new Localization(); - } --- 50,53 ---- |