X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-chk_regs.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=cc59ea1cce3e0fafc2cc6c9e36142698cf2b58ef;hp=4760a601053b0ea48bfbe2ffdf2822764f2dc70b;hpb=32fed28f469610c8bfdec7f18089cceea9e15df0;p=mailer.git diff --git a/inc/modules/admin/what-chk_regs.php b/inc/modules/admin/what-chk_regs.php index 4760a60105..f551ef47b7 100644 --- a/inc/modules/admin/what-chk_regs.php +++ b/inc/modules/admin/what-chk_regs.php @@ -1,89 +1,3 @@ 0) { - // We have some (new?) registrations! - $OUT = ''; - while ($content = SQL_FETCHARRAY($result)) { - // Prepare array for the row template - $content = array( - 'gender' => $content['gender'], - 'surname' => $content['surname'], - 'family' => $content['family'], - 'email' => '' . $content['email'] . '', - 'remote_addr' => $content['REMOTE_ADDR'], - 'refid' => $content['refid'], - 'user_hash' => $content['user_hash'], - 'userid' => $content['userid'], - ); - - // Load row template and switch color - $OUT .= loadTemplate('admin_list_chk_reg_row', true, $content); - } // END - while - - // Load main template - loadTemplate('admin_list_chk_reg', false, $OUT); -} else { - // No registrations left - or all has confirmed their email address... :-) - loadTemplate('admin_settings_saved', false, '{--ADMIN_ALL_CONFIRMED_EMAIL--}'); -} - -// Free memory -SQL_FREERESULT($result); - -// [EOF] +// @DEPRECATED ?>