diff --git a/src/gdImg/gd.php b/src/gdImg/gd.php index 3443978..15c29bb 100644 --- a/src/gdImg/gd.php +++ b/src/gdImg/gd.php @@ -4,7 +4,7 @@ function flagGetFromUser($p){ $o = strtoupper($p->orient." ".$p->gender); //orientations, sexual if (contains("LESB", $o)) $re[]= "lesbian"; - if (contains("BI", $o)) $re[]="bi"; + if ("BI" == $o) $re[]="bi"; if (contains("ACE", $o)) $re[]= "asex"; if (contains("ASE", $o)) $re[]= "asex"; if (contains("GAY", $o)) $re[]= "gay";