[PHPPlanner-cvs] phpplanner common.php,1.13,1.14
Status: Beta
Brought to you by:
tomsommer
From: Tom S. <tom...@us...> - 2004-04-24 22:38:46
|
Update of /cvsroot/phpplanner/phpplanner In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3378 Modified Files: common.php Log Message: Capitalize in the template, not in the code Index: common.php =================================================================== RCS file: /cvsroot/phpplanner/phpplanner/common.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- common.php 24 Apr 2004 22:35:42 -0000 1.13 +++ common.php 24 Apr 2004 22:38:37 -0000 1.14 @@ -164,7 +164,7 @@ { if ( !eregi("^(\.|CVS)",$file) ) { - $languages[] = ucwords(basename($file,'.php')); + $languages[] = basename($file,'.php'); } } $smarty->assign('languages', $languages); |