Obsoleted parameters to SQL_AFFECTED_ROWS() removed, OPEN_TABLE() and CLOSE_TABLE...
[mailer.git] / inc / modules / admin / what-config_reg.php
index 116980dc4f0c633bf880c942b5ae237cca874551..d1e56fb116df425befdbe50a11420a813ac66b73 100644 (file)
@@ -38,12 +38,9 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
        require($INC);
 }
 
-global $link;
-
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
 if ((isset($_POST['ok'])) && (function_exists('CREATE_TIME_SELECTIONS')))
 {
        // Calculate timestamp from selections...
@@ -72,6 +69,6 @@ if (isset($_POST['ok']))
        // Load normal template
        LOAD_TEMPLATE("admin_config_reg");
 }
-CLOSE_TABLE();
+
 //
 ?>