X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodule-functions.php;h=5b520465b1c6c00b2bbe1445ee1847f0ab686b73;hb=41c8102f82894c917d7aecaa60d11092754740ea;hp=bf629eb46227b27e14d945201cbca2d8d04ffb82;hpb=e7ccbf5fefe627af0c3649ff7ae53d25462151d1;p=mailer.git diff --git a/inc/module-functions.php b/inc/module-functions.php index bf629eb462..5b520465b1 100644 --- a/inc/module-functions.php +++ b/inc/module-functions.php @@ -61,7 +61,7 @@ function getModuleTitle ($module) { array($module), __FUNCTION__, __LINE__); // Is the entry there? - if (SQL_NUMROWS($result)) { + if (SQL_NUMROWS($result) == 1) { // Get the title from database $data = SQL_FETCHARRAY($result); } // END - if