[phpMP-CVS] CVS: phpMP/includes language.php,1.5,1.6
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-05 00:36:44
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv16611/includes Modified Files: language.php Log Message: Grr. Another one. These last two commits don't go in the Changelog. Index: language.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/language.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** language.php 5 Dec 2002 00:33:42 -0000 1.5 --- language.php 5 Dec 2002 00:36:41 -0000 1.6 *************** *** 12,16 **** } else { ! define( "C_LANGUAGE", DEFAULT_LANG ); } --- 12,16 ---- } else { ! define( "C_LANGUAGE", C_DEFAULT_LANG ); } *************** *** 24,26 **** } ! ?> \ No newline at end of file --- 24,26 ---- } ! ?> |