X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fmodule-functions.php;h=8af427efc37fd9f660ecba039b53932c03192842;hb=7a013402498a46e4eab8cba66410f1aa9f785a93;hp=e4ef7dff421e03d721e0b16fc861a8e340e74f7a;hpb=fc3dd03db818fcfcf068ad8c9a21c25c1dbb2812;p=mailer.git diff --git a/inc/module-functions.php b/inc/module-functions.php index e4ef7dff42..8af427efc3 100644 --- a/inc/module-functions.php +++ b/inc/module-functions.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -146,7 +146,7 @@ function isModuleRegistered ($module) { $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 @@ -223,7 +223,7 @@ function checkModulePermissions ($module = '') { $extension = ''; $module_chk = $module; //* DEBUG: */ debugOutput(__LINE__.'*'.count($modSplit).'/'.$module.'*'); if (count($modSplit) == 2) { - // Okay, there is a seperator (_) in the name so is the first part a module? + // Okay, there is a separator (_) in the name so is the first part a module? //* DEBUG: */ debugOutput(__LINE__.'*'.$modSplit[0].'*'); if (isExtensionActive($modSplit[0])) { // The prefix is an extension's name, so let's set it