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