]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Extensions sql_patches<->user now need each other
[mailer.git] / inc / mysql-manager.php
index 293578e3eb2fc636ef6d6d1d239c961f5f0c8bf0..8367de207ee120c3e045c1f588aa32abefb2c7b1 100644 (file)
@@ -2122,6 +2122,11 @@ function SET_SQLS ($SQLs) {
        $GLOBALS['sqls'] = (array) $SQLs;
 }
 
+// Remover for SQLs array
+function UNSET_SQLS () {
+       unset($GLOBALS['sqls']);
+}
+
 // Getter for SQLs array
 function GET_SQLS () {
        return $GLOBALS['sqls'];