]> git.mxchange.org Git - mailer.git/blobdiff - inc/module-functions.php
Fixes and cleanups
[mailer.git] / inc / module-functions.php
index 37e4664655de0300c4baea75827f2ddcfbe9de9d..8af427efc37fd9f660ecba039b53932c03192842 100644 (file)
@@ -146,7 +146,7 @@ function isModuleRegistered ($module) {
                        $data = SQL_FETCHARRAY($result);
 
                        // Set all entries
                        $data = SQL_FETCHARRAY($result);
 
                        // Set all entries
-                       foreach ($data as $key=>$value) {
+                       foreach ($data as $key => $value) {
                                $GLOBALS['cache_array']['modules'][$key][$module] = $value;
                        } // END - foreach
 
                                $GLOBALS['cache_array']['modules'][$key][$module] = $value;
                        } // END - foreach