]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Damn typo fixed... ;-)
[mailer.git] / inc / modules / admin / what-config_other.php
index 3834d366a9b2a695bfcbb363194b1a714a613dd6..a524a55df0b473ec958dd581029a7c13c55692aa 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Grund Einstellungen                              *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -72,7 +77,7 @@ if (IS_FORM_SENT()) {
        // Update stamps directly
        ADMIN_SAVE_SETTINGS_POST();
 } else {
-       // Transfer config data into constants for the template (DO NOT set $_CONFIG as global in LOAD_TEMPLATE!!!)
+       // Transfer config data into constants for the template
        define('_CFG_CODE_LENGTH', getConfig('code_length'));
        define('_CFG_ACT_SYSTEM' , getConfig('activate_xchange'));
        define('_CFG_MAX_SEND'   , getConfig('max_send'));