]> git.mxchange.org Git - friendica.git/commitdiff
capitulated ... eh, capitalized :-)
authorMichael <heluecht@pirati.ca>
Mon, 5 Feb 2018 16:58:58 +0000 (16:58 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 5 Feb 2018 16:58:58 +0000 (16:58 +0000)
mod/search.php

index e016ede74ac311da2d68c18e8148f90be883de90..fe290ee6d80671d90a677b6f8daf73becd21594a 100644 (file)
@@ -201,7 +201,7 @@ function search_content(App $a) {
                        FROM `term`
                                STRAIGHT_JOIN `item` ON `item`.`id`=`term`.`oid` %s
                        WHERE %s AND (`term`.`uid` = 0 OR (`term`.`uid` = %d AND NOT `term`.`global`))
-                               AND `term`.`otype` = %d AND `term`.`type` = %d AND `term`.`term` = '%s' and `item`.`verb` = '%s'
+                               AND `term`.`otype` = %d AND `term`.`type` = %d AND `term`.`term` = '%s' AND `item`.`verb` = '%s'
                        ORDER BY term.created DESC LIMIT %d , %d ",
                                item_fieldlists(), item_joins(), item_condition(),
                                intval(local_user()),