[Openfirst-cvscommit] projects openfirst.info.php,1.1,1.2
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:05
|
Update of /cvsroot/openfirst/projects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/projects Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/projects/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:22 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:52 -0000 1.2 *************** *** 4,8 **** $Modules['projects']['ver'] = 'CVS'; $Modules['projects']['inc'] = array ( ! 0 => 'projectsmodule.php', ); $Modules['projects']['admin'] = '<a href="$basepath/projects/admin/updatesetup.php">Update Service Setup</a>'; --- 4,8 ---- $Modules['projects']['ver'] = 'CVS'; $Modules['projects']['inc'] = array ( ! 'projectsmodule.php', ); $Modules['projects']['admin'] = '<a href="$basepath/projects/admin/updatesetup.php">Update Service Setup</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 16,18 ---- $Modules['awards']['show'] = false; } ! ?> |