]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/other_functions.php
- Introduced generateDateMonthYearSelectionBox() which is suitable for e.g.
[mailer.git] / inc / libs / other_functions.php
index a2b9fffed7d573072267cbbcc82842818dafe54c..b7eaa5ab0b40f7ebc1a7625e518af4abd8f07b57 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -136,24 +136,24 @@ function getAdminNotify () {
        return $GLOBALS[__FUNCTION__];
 }
 
-// "Getter" for internal_stats
-function getInternalStats () {
+// "Getter" for display_debug_sqls
+function getDisplayDebugSqls () {
        // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
-               $GLOBALS[__FUNCTION__] = getConfig('internal_stats');
+               $GLOBALS[__FUNCTION__] = getConfig('display_debug_sqls');
        } // END - if
 
        // Return cache
        return $GLOBALS[__FUNCTION__];
 }
 
-// "Getter" for display_debug_sqls
-function getDisplayDebugSqls () {
+// "Getter" for min_age
+function getMinAge () {
        // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
-               $GLOBALS[__FUNCTION__] = getConfig('display_debug_sqls');
+               $GLOBALS[__FUNCTION__] = getConfig('min_age');
        } // END - if
 
        // Return cache