referral program open
This commit is contained in:
parent
66b472f558
commit
bcdf63ed70
|
|
@ -741,11 +741,14 @@ function inFeatureTesterGroup($user)
|
||||||
|
|
||||||
function inReferralProgram($user)
|
function inReferralProgram($user)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
if (isInGroup($user, 22)) //id 22 is the official referral program group
|
if (isInGroup($user, 22)) //id 22 is the official referral program group
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
*/
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function isSignupKeyUserGenerated($signupkey)
|
function isSignupKeyUserGenerated($signupkey)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue