From 8c1d04edacec9592fff1820758e9d6632611cd0e Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 15 Mar 2013 17:03:43 +0100 Subject: [PATCH] Contacts: remove stray semi-colon --- lib/utils/properties.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/properties.php b/lib/utils/properties.php index e927c686..81b7ce9a 100644 --- a/lib/utils/properties.php +++ b/lib/utils/properties.php @@ -187,7 +187,7 @@ Class Properties { public static function updateIndex($contactid, $vcard = null) { if(!isset(self::$deleteindexstmt)) { self::$deleteindexstmt - = \OCP\DB::prepare('DELETE FROM `*PREFIX*contacts_cards_properties`'; + = \OCP\DB::prepare('DELETE FROM `*PREFIX*contacts_cards_properties`' . ' WHERE `contactid` = ?'); } try {