]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-modules.php
no more SSL
[mailer.git] / inc / loader / load-modules.php
index 5daebb5d1f97a7684dead8e8d0012eb04b444364..8a318cbf499ebd19fbc1b0f32e7023bab64c6131 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Mehr Cache-Dateien nachladen                     *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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`