First region flag test
This commit is contained in:
parent
dee11b07a9
commit
95704aa935
|
@ -26,6 +26,8 @@ function flagGetFromUser($p){
|
||||||
if(contains("MTF",$o) || contains("FTM",$o) || contains("TRANS",$o)) $re[]="trans";
|
if(contains("MTF",$o) || contains("FTM",$o) || contains("TRANS",$o)) $re[]="trans";
|
||||||
//miscellaneous
|
//miscellaneous
|
||||||
if (contains("FEMB", $o)) $re[]= "femboy";
|
if (contains("FEMB", $o)) $re[]= "femboy";
|
||||||
|
$o = strtoupper($p->where);
|
||||||
|
if(contains("PIEMONTE", $o)) $re[]="piemonte";
|
||||||
return $re;
|
return $re;
|
||||||
}
|
}
|
||||||
function dlImage($userId,$fileName){
|
function dlImage($userId,$fileName){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user