[PHPVortex-Commit] phpvortex/conf conf.php,1.4,1.5
Brought to you by:
nop144666
From: Thiago R. <nop...@us...> - 2004-10-27 14:11:02
|
Update of /cvsroot/phpvortex/phpvortex/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6460/conf Modified Files: conf.php Log Message: Undoing a bad commit Index: conf.php =================================================================== RCS file: /cvsroot/phpvortex/phpvortex/conf/conf.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** conf.php 27 Oct 2004 14:01:27 -0000 1.4 --- conf.php 27 Oct 2004 14:10:46 -0000 1.5 *************** *** 42,47 **** /** require one of the localized message files */ ! // require_once('lang_en.php'); ! require_once('lang_pt_br.php'); ?> \ No newline at end of file --- 42,47 ---- /** require one of the localized message files */ ! require_once('lang_en.php'); ! // require_once('lang_pt_br.php'); ?> \ No newline at end of file |