Revision: 1021
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1021&view=rev
Author: roelfaber
Date: 2012-11-16 11:12:14 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
minor - comment line adjustment
Modified Paths:
--------------
trunk/new_project/htdocs/index.php
Modified: trunk/new_project/htdocs/index.php
===================================================================
--- trunk/new_project/htdocs/index.php 2012-11-15 17:47:56 UTC (rev 1020)
+++ trunk/new_project/htdocs/index.php 2012-11-16 11:12:14 UTC (rev 1021)
@@ -51,7 +51,7 @@
define('GEMS_ROOT_DIR', realpath(GEMS_WEB_DIR . '/../'));
define('GEMS_LIBRARY_DIR', realpath(GEMS_ROOT_DIR . '/library/Gems'));
-// Pretty project name
+// Internal pretty project name - no spaces etc., will be used for tags and IDs!
define('GEMS_PROJECT_NAME', 'newProject');
defined('GEMS_PROJECT_NAME_UC') || define('GEMS_PROJECT_NAME_UC', ucfirst(GEMS_PROJECT_NAME));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|