]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rallye_functions.php
More rewrites/templates swapped out:
[mailer.git] / inc / libs / rallye_functions.php
index 4e03f7ecba9c6e2212103e1ee12d5bf12df7f1da..c8662e6dc74bf3777a0ebafd432555c4e0270ee1 100644 (file)
@@ -55,7 +55,7 @@ function autostartReferalRallyes ($result) {
                array(bigintval($id)), __FUNCTION__, __LINE__);
 
        // Transfer all neccessary data to the $content array
-       $content['userid_cnt'] = countSumTotalData('CONFIRMED','user_data','userid','status',true);
+       $content['userid_cnt'] = getTotalConfirmedUser();
        $content['start']      = generateDateTime($start, 2);
        $content['end']        = generateDateTime($end  , 2);
        $content['now_t']      = generateDateTime(time(), 2);