More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / admin / what-list_network_types.php
index c6ca40c374b3541728a0a1055c50eb60586746c7..3f2b02ec7659a45af42bd576a0b252aeb41848ce 100644 (file)
@@ -83,7 +83,7 @@ ORDER BY
                array(getRequestParameter('network')), __FILE__, __LINE__);
 
        // Do we have entries?
-       if (SQL_NUMROWS($result) > 0) {
+       if (!SQL_HASZERONUMS($result)) {
                // List all entries
                $OUT = '';
                while ($row = SQL_FETCHARRAY($result)) {