]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_start.php
Wernis API now reconizes failed API responses
[mailer.git] / inc / modules / member / what-surfbar_start.php
index 8fae67e5f569c73dd90efb8474e2fe7de6984d39..fe8e16e6fabb6768730676f08233f4e0641a3098 100644 (file)
@@ -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)),