Naming inconsistencies for userid fixed
[mailer.git] / inc / modules / member / what-categories.php
index c6674511b9ebb259c71f5de9deac71333594a4ef..66f6981b8c64e25d65e489d91414d3b65c74ef21 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 // Add description as navigation point
 addMenuDescription('member', __FILE__);
 
-$UID = getUserId();
+$UID = getMemberId();
 $whereStatement = " WHERE `visible`='Y'";
 if (isAdmin()) $whereStatement = '';