]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-modules.php
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / inc / loader / load-modules.php
index 5daebb5d1f97a7684dead8e8d0012eb04b444364..5c9b3573c8cda0277f7844eddc5e525e10544e3d 100644 (file)
@@ -62,7 +62,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('modules')) && ($GLOBALS['cache_i
        // Rewrite some parts
        foreach ($modArray['module'] as $key => $mod) {
                // Default without sql_patches
-               $entries = array('id','title','locked','hidden','admin_only','mem_only');
+               $entries = array('id', 'title', 'locked', 'admin_only', 'mem_only');
 
                // Is ext-sql_patches newer or equal 0.3.6?
                if (isExtensionInstalledAndNewer('sql_patches', '0.3.6')) {
@@ -98,7 +98,6 @@ if (($GLOBALS['cache_instance']->loadCacheFile('modules')) && ($GLOBALS['cache_i
        `module`,
        `title`,
        `locked`,
-       `hidden`,
        `admin_only`,
        `title`,
        `mem_only`,
@@ -114,7 +113,6 @@ ORDER BY
        `module`,
        `title`,
        `locked`,
-       `hidden`,
        `admin_only`,
        `title`,
        `mem_only`