- Issue created by @pbattino
- Status changed to RTBC
almost 2 years ago 7:28am 21 April 2023 - 🇮🇳India keshavv India
Reviewed the Code and tested it locally.
Working perfect. We can merge it - First commit to issue fork.
- Status changed to Needs review
7 months ago 12:38am 7 July 2024 - Status changed to Needs work
6 months ago 2:00pm 14 July 2024 - 🇦🇺Australia jannakha Brisbane!
this strpos() will return false positives, example:
```
$users_array = '11,221,';
$uid = 1;
```