User can grant more then 35 points.
This commit is contained in:
Wytze van der Raay 2012-04-29 18:56:05 +00:00
parent 63652671ed
commit 9564e36701

View file

@ -487,10 +487,6 @@
return(0);
}
if($points >= 300)
return(200);
if($points >= 200)
return(150);
if($points >= 150)
return(35);
if($points >= 140)