More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / admin / what-config_imprint.php
index 47ea2b39ebef4523b7d6ed32a1558f4b33388038..95e5eaed593464fb322a8e00dbc71f5ce7265573 100644 (file)
@@ -53,7 +53,7 @@ if (isFormSent()) {
        $result = SQL_QUERY('SELECT `imprint_key`,`imprint_value` FROM `{?_MYSQL_PREFIX?}_imprint_data` ORDER BY `imprint_id` ASC', __FILE__, __LINE__);
 
        // Do we have entries?
-       if (SQL_NUMROWS($result) > 0) {
+       if (!SQL_HASZERONUMS($result)) {
                // Load all entries
                $OUT = '';
                while ($content = SQL_FETCHARRAY($result)) {