]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-local.php.dist
Opps, not all elements for sprintf() has been set.
[mailer.git] / inc / config-local.php.dist
index ddaf86551ba49c56cd056d54da0809db5ee1c14e..67c790a71881d1b91420ef08aec918cd8a8f5e4f 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Lokale Konfiguration                             *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -75,7 +70,7 @@ setConfigEntry('_MYSQL_PREFIX', 'mxchange');
 setConfigEntry('_TABLE_TYPE', 'MyISAM');
 
 // CFG: DATABASE-TYPE
-setConfigEntry('_DB_TYPE', 'mysql3');
+setConfigEntry('_DB_TYPE', 'mysql');
 
 // CFG: BACKLINK (Enable backlink to mxchange.org in footer? rel=external is set!)
 setConfigEntry('ENABLE_BACKLINK', 'Y');
@@ -101,6 +96,9 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
 // CFG: DEBUG-MONTHLY (comment in to test monthly reset, comment out to not test)
 //setConfigEntry('DEBUG_MONTHLY', 'Y');
 
+// CFG: DEBUG-YEARLY (comment in to test yearly reset, comment out to not test)
+//setConfigEntry('DEBUG_YEARLY', 'Y');
+
 // CFG: DEBUG-REGEX (comment in to debug regular expressions)
 //setConfigEntry('DEBUG_REGEX', 'Y');