]> git.mxchange.org Git - friendica.git/commitdiff
Update dba.php
authormiqrogroove <miqrogroove@gmail.com>
Fri, 22 Jun 2018 11:34:27 +0000 (07:34 -0400)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 11:34:27 +0000 (07:34 -0400)
include/dba.php

index cfe31af51d89bfaf1f8be59d5a5cd07ca23965b9..428b5e52b82d63375ad454cdd016e6b29c9f1b99 100644 (file)
@@ -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.