]> git.mxchange.org Git - mailer.git/commitdiff
Fixed issues with themes
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 16:24:37 +0000 (16:24 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 16:24:37 +0000 (16:24 +0000)
inc/modules/guest/action-themes.php
inc/mysql-manager.php

index 8b95657478d323b5b0392aa87bf0a8132d66e67d..28c50740610b686d6fcb250e4c547149ec44b1c1 100644 (file)
@@ -51,11 +51,11 @@ if ((!isExtensionActive('theme')) && (!isAdmin())) {
 
 // Get total num
 if (isAdmin()) {
-       // Load only active designs for user
-       $num_themes = countSumTotalData('Y', 'themes', 'id', 'theme_active', true);
-} else {
        // Load all themes for admin
        $num_themes = countSumTotalData('', 'themes', 'id', '', true);
+} else {
+       // Load only active designs for user
+       $num_themes = countSumTotalData('Y', 'themes', 'id', 'theme_active', true);
 }
 
 $OUT = '';
index e377a6b3c1550698ac9d9675ec90394226879dc4..9aa35d0f2d7b07d3d9e39e2b69fda346afd3902b 100644 (file)
@@ -1116,7 +1116,7 @@ function removeReceiver (&$receivers, $key, $userid, $pool_id, $stats_id = '', $
 function countSumTotalData ($search, $tableName, $lookFor = 'id', $whereStatement = 'userid', $countRows = false, $add = '') {
        $ret = 0;
        //* DEBUG: */ outputHtml($search.'/'.$tableName.'/'.$lookFor.'/'.$whereStatement.'/'.$add.'<br />');
-       if ((empty($search)) && ($search != 0)) {
+       if ((empty($search)) && ($search != '0')) {
                // Count or sum whole table?
                if ($countRows === true) {
                        // Count whole table