X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-chk_regs.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=bdca58e2ac18d5f06a6b8a30a3488eb1360b67d9;hp=2237a908124a554ae91244a2bdcfecfb291ffb36;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;p=mailer.git diff --git a/inc/modules/admin/what-chk_regs.php b/inc/modules/admin/what-chk_regs.php index 2237a90812..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... :-) - displayMessage('{--ADMIN_ALL_CONFIRMED_EMAIL--}'); -} - -// Free memory -SQL_FREERESULT($result); - -// [EOF] +// @DEPRECATED ?>