Missing wrapper added
authorRoland Häder <roland@mxchange.org>
Sun, 21 Oct 2012 19:04:18 +0000 (19:04 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 21 Oct 2012 19:04:18 +0000 (19:04 +0000)
inc/libs/surfbar_functions.php

index e0911aee6d75fbe643eb84e567526a979fea9174..51c881a7e61cb4262e2ccb1369c08c798a0b71da 100644 (file)
@@ -1917,6 +1917,18 @@ function getSurfbarPaymentModel () {
        return $GLOBALS[__FUNCTION__];
 }
 
+// "Getter" for surfbar_stats_reload
+function getSurfbarStatsReload () {
+       // Is there cache?
+       if (!isset($GLOBALS[__FUNCTION__])) {
+               // Determine it
+               $GLOBALS[__FUNCTION__] = getConfig('surfbar_stats_reload');
+       } // END - if
+
+       // Return cache
+       return $GLOBALS[__FUNCTION__];
+}
+
 //------------------------------------------------------------------------------
 //                             Template helper functions
 //------------------------------------------------------------------------------