Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / admin / what-config_imprint.php
index f474dccf6b49144d54c40122c71352a810d48f79..603b92002a99d20e0d2a05b121e9e3f44e0e0b7a 100644 (file)
@@ -57,7 +57,7 @@ ORDER BY
        `imprint_id` ASC', __FILE__, __LINE__);
 
        // Are there entries?
-       if (!ifSqlHasZeroNums($result)) {
+       if (!ifSqlHasZeroNumRows($result)) {
                // Load all entries
                $OUT = '';
                while ($content = sqlFetchArray($result)) {