SOURCES: eventum-config-setup.php - don't hide define errors

glen glen at pld-linux.org
Mon Jun 13 11:10:59 CEST 2005


Author: glen                         Date: Mon Jun 13 09:10:59 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't hide define errors

---- Files affected:
SOURCES:
   eventum-config-setup.php (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/eventum-config-setup.php
diff -u SOURCES/eventum-config-setup.php:1.2 SOURCES/eventum-config-setup.php:1.3
--- SOURCES/eventum-config-setup.php:1.2	Mon Jun 13 11:10:17 2005
+++ SOURCES/eventum-config-setup.php	Mon Jun 13 11:10:54 2005
@@ -29,43 +29,43 @@
 //
 
 // definitions of SQL variables
- at define("APP_SQL_DBTYPE", "mysql");
- at define("APP_SQL_DBHOST", "%{APP_SQL_DBHOST}%");
- at define("APP_SQL_DBPORT", 3306);
- at define("APP_SQL_DBNAME", "%{APP_SQL_DBNAME}%");
- at define("APP_SQL_DBUSER", "%{APP_SQL_DBUSER}%");
- at define("APP_SQL_DBPASS", "%{APP_SQL_DBPASS}%");
-
- at define("APP_DEFAULT_DB", APP_SQL_DBNAME);
- at define("APP_TABLE_PREFIX", "%{APP_TABLE_PREFIX}%");
-
- at define("APP_NAME", "Eventum");
- at define("APP_SHORT_NAME", APP_NAME); // used in the subject of notification emails
- at define("APP_URL", "http://www.mysql.com/products/eventum/");
- at define("APP_HOSTNAME", "%{APP_HOSTNAME}%");
- at define("APP_SITE_NAME", APP_NAME);
- at define("APP_RELATIVE_URL", "%{APP_RELATIVE_URL}%");
- at define("APP_BASE_URL", "%{PROTOCOL_TYPE}%" . APP_HOSTNAME . APP_RELATIVE_URL);
- at define("APP_COOKIE", "eventum");
- at define("APP_COOKIE_EXPIRE", time() + (60 * 60 * 8));
- at define("APP_PROJECT_COOKIE", "eventum_project");
- at define("APP_PROJECT_COOKIE_EXPIRE", time() + (60 * 60 * 24));
+define("APP_SQL_DBTYPE", "mysql");
+define("APP_SQL_DBHOST", "%{APP_SQL_DBHOST}%");
+define("APP_SQL_DBPORT", 3306);
+define("APP_SQL_DBNAME", "%{APP_SQL_DBNAME}%");
+define("APP_SQL_DBUSER", "%{APP_SQL_DBUSER}%");
+define("APP_SQL_DBPASS", "%{APP_SQL_DBPASS}%");
+
+define("APP_DEFAULT_DB", APP_SQL_DBNAME);
+define("APP_TABLE_PREFIX", "%{APP_TABLE_PREFIX}%");
+
+define("APP_NAME", "Eventum");
+define("APP_SHORT_NAME", APP_NAME); // used in the subject of notification emails
+define("APP_URL", "http://www.mysql.com/products/eventum/");
+define("APP_HOSTNAME", "%{APP_HOSTNAME}%");
+define("APP_SITE_NAME", APP_NAME);
+define("APP_RELATIVE_URL", "%{APP_RELATIVE_URL}%");
+define("APP_BASE_URL", "%{PROTOCOL_TYPE}%" . APP_HOSTNAME . APP_RELATIVE_URL);
+define("APP_COOKIE", "eventum");
+define("APP_COOKIE_EXPIRE", time() + (60 * 60 * 8));
+define("APP_PROJECT_COOKIE", "eventum_project");
+define("APP_PROJECT_COOKIE_EXPIRE", time() + (60 * 60 * 24));
 
- at define("APP_DEFAULT_PAGER_SIZE", 5);
- at define("APP_DEFAULT_REFRESH_RATE", 5); // in minutes
+define("APP_DEFAULT_PAGER_SIZE", 5);
+define("APP_DEFAULT_REFRESH_RATE", 5); // in minutes
 
- at define("APP_CHARSET", "ISO-8859-1");
+define("APP_CHARSET", "ISO-8859-1");
 
 // define colors used by eventum
- at define("APP_CELL_COLOR", "#255282");
- at define("APP_LIGHT_COLOR", "#DDDDDD");
- at define("APP_MIDDLE_COLOR", "#CACACA");
- at define("APP_DARK_COLOR", "#CACACA");
- at define("APP_CYCLE_COLORS", "#DDDDDD,#CACACA");
- at define("APP_INTERNAL_COLOR", "#9C494B");
+define("APP_CELL_COLOR", "#255282");
+define("APP_LIGHT_COLOR", "#DDDDDD");
+define("APP_MIDDLE_COLOR", "#CACACA");
+define("APP_DARK_COLOR", "#CACACA");
+define("APP_CYCLE_COLORS", "#DDDDDD,#CACACA");
+define("APP_INTERNAL_COLOR", "#9C494B");
 
- at define("APP_BENCHMARK", false);
+define("APP_BENCHMARK", false);
 // if full text searching is enabled
- at define("APP_ENABLE_FULLTEXT", false);
+define("APP_ENABLE_FULLTEXT", false);
 
 ?>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-config-setup.php?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list