X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-chk_regs.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hp=93e8b41697b663a4fb67ba4f643b4cff02479980;hb=0f3a135204757cc8750262871c8e62c42300acb4;hpb=5bdeaf8b452206598b6c6cd4f941145b11a0eccc diff --git a/inc/modules/admin/what-chk_regs.php b/inc/modules/admin/what-chk_regs.php index 93e8b41697..f551ef47b7 100644 --- a/inc/modules/admin/what-chk_regs.php +++ b/inc/modules/admin/what-chk_regs.php @@ -1,86 +1,3 @@ 0) { - // We have some (new?) registrations! - $SW = 2; $OUT = ""; - while (list($uid, $gender, $sname, $fname, $email, $IP, $ref, $hash) = SQL_FETCHROW($result)) { - if ($ref > 0) $ref = ADMIN_USER_PROFILE_LINK($ref); - // Prepare array for the row template - $content = array( - 'sw' => $SW, - 'gender' => TRANSLATE_GENDER($gender), - 'sname' => $sname, - 'fname' => $fname, - 'email' => "".$email."", - 'ip' => $IP, - 'ref' => $ref, - 'hash' => $hash, - 'link' => ADMIN_USER_PROFILE_LINK($uid), - ); - - // Load row template and switch color - $OUT .= LOAD_TEMPLATE("admin_reg_row", true, $content); - $SW = 3 - $SW; - } - - // Remember rows - define('__REG_ROWS', $OUT); - - // Load main template - LOAD_TEMPLATE("admin_reg"); -} else { - // No registrations left - or all has confirmed their email address... :-) - LOAD_TEMPLATE("admin_settings_saved", false, getMessage('ADMIN_ALL_CONFIRMED_EMAIL')); -} - -// Free memory -SQL_FREERESULT($result); - -// +// @DEPRECATED ?>