]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-usage.php
Obsoleted parameters to SQL_AFFECTED_ROWS() removed, OPEN_TABLE() and CLOSE_TABLE...
[mailer.git] / inc / modules / admin / what-usage.php
index 4046acd7536c21c8906698aacfb45142eacb307f..b40a92154170e895d9cfff87b1bd6f809b6935f1 100644 (file)
@@ -43,8 +43,6 @@ ADD_DESCR("admin", basename(__FILE__));
 // Base directory (should be moved to database)
 $usage = "usage/";
 
-OPEN_TABLE("100%", "admin_content admin_content_align", "");
-
 if (!empty($_GET['image'])) {
        if ($_GET['type'] == "usage") {
                $file = sprintf("%s%susage.png", PATH, $usage);
@@ -97,6 +95,5 @@ if (!empty($file)) {
        }
 }
 
-CLOSE_TABLE();
 //
 ?>