Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / admin / what-list_network_types.php
index 81436f7f868475c4ceb23dc5b8dc4fe15394eda3..4e50fd3fc8bf6261cf991cd5306ace2cf0426a52 100644 (file)
@@ -87,7 +87,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)) {