From 2b65eb277e2390fbf669fb005b29418a5b55c30e Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Tue, 24 Aug 2021 11:52:38 +0200 Subject: [PATCH] better questioning dection --- src/gdImg/gd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdImg/gd.php b/src/gdImg/gd.php index 41de784..85aa631 100644 --- a/src/gdImg/gd.php +++ b/src/gdImg/gd.php @@ -16,7 +16,7 @@ function flagGetFromUser($p){ if (contains("PAN", $o)) $re[]= "pan"; if (contains("LELL", $o)) $re[]= "lesbian"; if (contains("OMNI", $o)) $re[]= "omni"; - if (contains("QUEST", $o)) $re[]= "questioning"; + if (contains("QUESTIONING", $o)) $re[]= "questioning"; if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero"; //orientation, romantic if (contains("BIROM", $o)) $re[]= "Biromantic";