Update gd.php
This commit is contained in:
parent
0fc52e2f20
commit
eeb2c5715b
|
@ -20,6 +20,7 @@ function flagGetFromUser($p){
|
||||||
if (contains("DEMIS", $o)) $re[]= "demi";
|
if (contains("DEMIS", $o)) $re[]= "demi";
|
||||||
if (contains("NB", $o) || contains("NON BINARY", $o)) $re[]= "nb";
|
if (contains("NB", $o) || contains("NON BINARY", $o)) $re[]= "nb";
|
||||||
if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero";
|
if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero";
|
||||||
|
if(contains("t4t", $o)) $re[]="t4t";
|
||||||
//orientation, romantic
|
//orientation, romantic
|
||||||
if (contains("BIROM", $o)) $re[]= "Biromantic";
|
if (contains("BIROM", $o)) $re[]= "Biromantic";
|
||||||
if (contains("DEMIG", $o)) $re[]= "demigirl";
|
if (contains("DEMIG", $o)) $re[]= "demigirl";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user