diff --git a/globals/functions.php b/globals/functions.php index 010fa27..3f756e3 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -741,11 +741,14 @@ function inFeatureTesterGroup($user) function inReferralProgram($user) { + /* if (isInGroup($user, 22)) //id 22 is the official referral program group { return true; } return false; + */ + return true; } function isSignupKeyUserGenerated($signupkey)