]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_network_request_params.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / admin / what-list_network_request_params.php
index 8c5e5d7bc66b4daec688c0ff88e0e4522cf44a40..b2faeb778208b7e6b29ec7ffae1021bff757b86f 100644 (file)
@@ -105,7 +105,7 @@ ORDER BY
                array(bigintval(getRequestElement('network_id'))), __FILE__, __LINE__);
 
        // Are there entries?
-       if (!ifSqlHasZeroNums($result)) {
+       if (!ifSqlHasZeroNumRows($result)) {
                // List all entries
                $OUT = '';
                while ($row = sqlFetchArray($result)) {