]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Final fixes for SQL_ALTER_TABLE() wrapper, INSERT INTO queries are still not wrapped...
[mailer.git] / inc / mysql-manager.php
index edd8cdaf193d1421941348b6bc869754b239760e..cac6de84178f40acc769a76dc7f50baf8d01bae6 100644 (file)
@@ -943,7 +943,7 @@ function GET_ACTION ($MODE, &$wht) {
                if (isAdminRegistered()) {
                        // Redirect
                        // @TODO Why does this lead into an endless loop but we still need it???
-                       // Commented out LOAD_URL("admin.php");
+                       // @TODO Commented out LOAD_URL("admin.php");
                } // END - if
        }