diff --git a/src/gdImg/gd.php b/src/gdImg/gd.php index d408808..fc1d0cb 100644 --- a/src/gdImg/gd.php +++ b/src/gdImg/gd.php @@ -26,6 +26,8 @@ function flagGetFromUser($p){ if(contains("MTF",$o) || contains("FTM",$o) || contains("TRANS",$o)) $re[]="trans"; //miscellaneous if (contains("FEMB", $o)) $re[]= "femboy"; + $o = strtoupper($p->where); + if(contains("PIEMONTE", $o)) $re[]="piemonte"; return $re; } function dlImage($userId,$fileName){