]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-categories.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / member / what-categories.php
index 8b8dbd80a449e1d5a990befd6b33acacd87deace..93da79f9ab9e70e162492ae3eff8148b0d96ed87 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 } elseif (!IS_MEMBER()) {
-       LOAD_URL('modules.php?module=index');
+       redirectToUrl('modules.php?module=index');
 }
 
 // Add description as navigation point
@@ -73,7 +73,7 @@ if ($cats > 0) {
                        switch ($joined) {
                                case 'Y':
                                        $sql = '';
-                                       $result_user = SQL_QUERY_ESC("SELECT id FROM `{!_MYSQL_PREFIX!}_user_cats` WHERE userid=%s AND cat_id=%s LIMIT 1",
+                                       $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__);
 
                                        if (SQL_NUMROWS($result_user) == 0) {