X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-chk_regs.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=9a1b4c97e62a0360dc721e599fa19068ae23c773;hp=b2ccd4699219e4ef1dbe038556bb9f97bf5e5414;hpb=2e715eb7f3f8ca8d259aacb4cbbddde7d9d18e01;p=mailer.git diff --git a/inc/modules/admin/what-chk_regs.php b/inc/modules/admin/what-chk_regs.php index b2ccd46992..f551ef47b7 100644 --- a/inc/modules/admin/what-chk_regs.php +++ b/inc/modules/admin/what-chk_regs.php @@ -1,87 +1,3 @@ $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 ?>