From: miqrogroove Date: Fri, 22 Jun 2018 11:34:27 +0000 (-0400) Subject: Update dba.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c37a8cc6617c4cd029052d4c8457e739bdc02cb7;p=friendica.git Update dba.php --- 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.