X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_rallyes.php;h=de4927986138b11c4e69ced7a42083628d437719;hp=c2ed620c93e438ec6ca053ea9f5cd086b230592b;hb=36c3c8b749a88ce05ad0fda81e00047f9cb5433f;hpb=45c111a206d5c49395e0cde4afa21179fb754f27 diff --git a/inc/modules/admin/what-list_rallyes.php b/inc/modules/admin/what-list_rallyes.php index c2ed620c93..de49279861 100644 --- a/inc/modules/admin/what-list_rallyes.php +++ b/inc/modules/admin/what-list_rallyes.php @@ -242,14 +242,14 @@ LIMIT 1", if (($content['curr_points'] > 0) && ($cnt > 0)) { $bl = ""; $br = ""; } if (($content['refs'] > 0) || ($cnt > 0)) { // Insert link to referal list - //* DEBUG: */ echo '-'.$content['userid'].'/'.$cnt.'/'.$content['refs']."-
"; + //* DEBUG: */ OUTPUT_HTML('-'.$content['userid'].'/'.$cnt.'/'.$content['refs']."-
"); $cnt = generateUserProfileLink($content['userid'], $cnt, 'list_refs'); $content['refs'] = generateUserProfileLink($content['userid'], $content['refs'], 'list_refs'); } // END - if // Get user points $points = GET_TOTAL_DATA($content['userid'], 'user_points', 'points', 'userid', false, " AND `ref_depth`=1 LIMIT 1"); - //* DEBUG: */ echo basename(__FILE__).":uid={$content['userid']},points={$points},opoints={$content['curr_points']}
\n"; + //* DEBUG: */ OUTPUT_HTML(basename(__FILE__).":uid={$content['userid']},points={$points},opoints={$content['curr_points']}
"); // Prepare content // @TODO Rewritings: uid->userid,opoints->curr_points,old->refs in template