X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodule-functions.php;h=41c45b648c6c39a751aff54cb80cf6a9f8633b2c;hp=8f1f04968407fe6a00ad78b147c029d2c3cdfbeb;hb=095f5ab59b539834d2c67e5d409d01820e10d8be;hpb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd diff --git a/inc/module-functions.php b/inc/module-functions.php index 8f1f049684..41c45b648c 100644 --- a/inc/module-functions.php +++ b/inc/module-functions.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Modulfunktionen * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2015 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 * @@ -80,7 +80,7 @@ function getModuleTitle ($module) { } else { // No name found $data['title'] = '{%message,UNKNOWN_MODULE_DETECTED_TITLE=' . $module . '%}'; - if ((is_resource($result)) && (ifSqlHasZeroNumRows($result))) { + if ((isSqlResult($result)) && (ifSqlHasZeroNumRows($result))) { // Add module to database and ignore return value checkModulePermissions($module); } // END - if