]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-categories.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / member / what-categories.php
index 9f2f814446bd8e5722794bf15e0cfdf5b6d362a5..34beb1f902228748529fdd1c96b815934bf88374 100644 (file)
@@ -74,7 +74,7 @@ if ($cats > 0) {
                                case 'Y':
                                        $sql = '';
                                        $result_user = SQL_QUERY_ESC("SELECT `id` FROM `{!_MYSQL_PREFIX!}_user_cats` WHERE userid=%s AND cat_id=%s LIMIT 1",
-                                        array($UID, bigintval($cat)), __FILE__, __LINE__);
+                                       array($UID, bigintval($cat)), __FILE__, __LINE__);
 
                                        if (SQL_NUMROWS($result_user) == 0) {
                                                $sql = "INSERT INTO `{!_MYSQL_PREFIX!}_user_cats` (userid, cat_id) VALUES ('%s','%s')";