From c37a8cc6617c4cd029052d4c8457e739bdc02cb7 Mon Sep 17 00:00:00 2001 From: miqrogroove Date: Fri, 22 Jun 2018 07:34:27 -0400 Subject: [PATCH] Update dba.php --- include/dba.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/dba.php b/include/dba.php index cfe31af51d..428b5e52b8 100644 --- a/include/dba.php +++ b/include/dba.php @@ -1299,8 +1299,7 @@ class dba { $condition_string .= " AND "; } if (is_array($value)) { - /** - * Workaround for MySQL Bug #64791. + /* Workaround for MySQL Bug #64791. * Never mix data types inside any IN() condition. * In case of mixed types, cast all as string. * Logic needs to be consistent with dba::p() data types. -- 2.39.2