mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Contacts: remove stray semi-colon
This commit is contained in:
parent
5b08c7fcdc
commit
8c1d04edac
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user