]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Even more fixes, loading session was on wrong page (needs db link up)
[mailer.git] / inc / mysql-manager.php
index f4f85cbc21b50ff8302ae2ea94d265d153e952fa..293578e3eb2fc636ef6d6d1d239c961f5f0c8bf0 100644 (file)
@@ -2156,8 +2156,7 @@ function COUNT_SQLS () {
 function IS_SQLS_VALID () {
        return (
                (IS_SQLS_INITIALIZED()) &&
-               (COUNT_SQLS() > 0) &&
-               (!empty($GLOBALS['sqls'][0]))
+               (COUNT_SQLS() > 0)
        );
 }