]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-categories.php
More language strings renamed, TODOs.txt updated:
[mailer.git] / inc / modules / member / what-categories.php
index 32859bbd3fdf1eb22cb8357c8691a7d012ed388a..ce92c895308e3f28bba80909d9ca3d27a11e02ac 100644 (file)
@@ -134,12 +134,12 @@ if ($cats > 0) {
                        $content['jy'] = '';
 
                        // When we found an entry don't read it, just change the jx elements
-                       if (isPostRequestParameterSet(('cat'))) {
+                       if (isPostRequestParameterSet('cat')) {
                                // Form sent?
                                if (postRequestParameter('cat', $content['id']) =='Y') {
                                        $content['jy'] = ' checked="checked"';
                                        $content['jn'] = '';
-                               }
+                               } // END - if
                        } else {
                                // Check if he has an entry
                                if (countSumTotalData(getMemberId(), 'user_cats', 'id', 'userid', true, sprintf(" AND `cat_id`=%s", bigintval($content['id']))) == 1) {