From ff4fae57e90023efafb2ddba1f8391423cbed39e Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Sun, 2 Jun 2013 21:52:24 +0200 Subject: [PATCH] =?UTF-8?q?Inclure=20titre=20=C3=A0=20la=20recherche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoblogs/autoblog.php | 1 + 1 file changed, 1 insertion(+) diff --git a/autoblogs/autoblog.php b/autoblogs/autoblog.php index 1e78385..90071cc 100644 --- a/autoblogs/autoblog.php +++ b/autoblogs/autoblog.php @@ -466,6 +466,7 @@ class VroumVroum_Blog $res = $this->articles->query('SELECT id, uri, title, content FROM articles WHERE content LIKE \'%'.$this->articles->escapeString($query).'%\' + OR title LIKE \'%'.$this->articles->escapeString($query).'%\' ORDER BY id DESC LIMIT 0,100;');