X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_start.php;h=fe8e16e6fabb6768730676f08233f4e0641a3098;hb=e6d0294f587cab6b74f689ecdf2ebb3cf2b09e25;hp=8fae67e5f569c73dd90efb8474e2fe7de6984d39;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/modules/member/what-surfbar_start.php b/inc/modules/member/what-surfbar_start.php index 8fae67e5f5..fe8e16e6fa 100644 --- a/inc/modules/member/what-surfbar_start.php +++ b/inc/modules/member/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)),