]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_start.php
Fixes for unset config entries and ['header'] entry
[mailer.git] / inc / modules / member / what-surfbar_start.php
index 8fae67e5f569c73dd90efb8474e2fe7de6984d39..89bd0c82ec15d2af247f0c87877ac9132378e679 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/05/2008 *
- * ================                             Last change: 09/08/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 09/05/2008 *
+ * ===================                          Last change: 09/08/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-surfbar_start.php                           *
@@ -56,7 +56,7 @@ $content = array(
        'surfbar_static_reward' => translateComma(getConfig('surfbar_static_reward')),
        'surfbar_static_time'   => createFancyTime(getConfig('surfbar_static_time')),
        'surfbar_static_lock'   => createFancyTime(getConfig('surfbar_static_lock')),
-       'surfbar_total_urls'    => SURFBAR_GET_TOTAL_URLS('ACTIVE', '0')
+       'surfbar_total_urls'    => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0)
 );
 
 // In dynamic mode we need some more data
@@ -64,7 +64,7 @@ if (getConfig('surfbar_pay_model') == 'DYNAMIC') {
        // Total URLs
        $content = array(
                'surfbar_dynamic_percent' => translateComma(getConfig('surfbar_dynamic_percent')),
-               'surfbar_total_urls'      => SURFBAR_GET_TOTAL_URLS('ACTIVE', '0'),
+               'surfbar_total_urls'      => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0),
                'surfbar_user_urls'       => SURFBAR_GET_TOTAL_USER_URLS(),
                'surfbar_total_online'    => SURFBAR_DETERMINE_TOTAL_ONLINE(),
                'surfbar_total_users'     => translateComma(countSumTotalData('CONFIRMED', 'user_data', 'userid', 'status', true)),