]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-theme_edit.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / admin / what-theme_edit.php
index 8085e0f5b6b396907db3e81d0e08c95a8144c40f..e1e60490fe0c846ca50d7c47b8c3ef4a07537380 100644 (file)
@@ -106,7 +106,7 @@ FROM
 ORDER BY
        `theme_path` ASC", __FILE__, __LINE__);
 
-if (!ifSqlHasZeroNums($result)) {
+if (!ifSqlHasZeroNumRows($result)) {
        while ($content = sqlFetchArray($result)) {
                // Is the theme readable?
                if (isThemeReadable($content['theme_path'])) {