X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-send_newsletter.php;h=5f90fd230cdfa7c46155155c38d2ead26ef7bc69;hb=7967841ac94cdcbd10b4d5c011a1e0a9982ec600;hp=6354125f5f618b37ace42f056fa57a0f90cfdded;hpb=6c7f37aacc883b7f2d7e9cea3df0f6eb0f127871;p=mailer.git diff --git a/inc/modules/admin/what-send_newsletter.php b/inc/modules/admin/what-send_newsletter.php index 6354125f5f..5f90fd230c 100644 --- a/inc/modules/admin/what-send_newsletter.php +++ b/inc/modules/admin/what-send_newsletter.php @@ -40,7 +40,6 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR("admin", basename(__FILE__)); -OPEN_TABLE("100%", "admin_content admin_content_align", ""); if (isset($_POST['ok'])) { $result = SQL_QUERY("SELECT userid, email FROM "._MYSQL_PREFIX."_user_data WHERE status='CONFIRMED' AND nl_receive='Y' ORDER BY userid", __FILE__, __LINE__); @@ -96,6 +95,6 @@ if (isset($_POST['ok'])) LOAD_TEMPLATE("admin_newsletter_nohtml"); } } -CLOSE_TABLE(); + // ?>