]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-categories.php
'userid' rewritten to functions
[mailer.git] / inc / modules / member / what-categories.php
index 032400dab4e8d9f508baa8cec11b9a41754938da..7db47413f43afe7ac2a0e87c6239b481979b8c48 100644 (file)
@@ -47,7 +47,7 @@ if (!defined('__SECURITY')) {
 // Add description as navigation point
 ADD_DESCR("member", __FILE__);
 
-$UID = $GLOBALS['userid'];
+$UID = getUserId();
 $whereStatement = " WHERE `visible`='Y'";
 if (IS_ADMIN()) $whereStatement = "";