mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-31 20:52:17 +01:00
Add a backslash to fix an error.
Plus a simple whitespace fix.
This commit is contained in:
parent
0634e2525a
commit
51bc3fbe5f
@ -204,10 +204,10 @@ class Hooks{
|
|||||||
}
|
}
|
||||||
$offset += $limit;
|
$offset += $limit;
|
||||||
}
|
}
|
||||||
$stmt = OCP\DB::prepare('DELETE FROM `*PREFIX*contacts_cards_properties`
|
$stmt = \OCP\DB::prepare('DELETE FROM `*PREFIX*contacts_cards_properties`
|
||||||
WHERE NOT EXISTS(SELECT NULL
|
WHERE NOT EXISTS(SELECT NULL
|
||||||
FROM `*PREFIX*contacts_cards`
|
FROM `*PREFIX*contacts_cards`
|
||||||
WHERE `*PREFIX*contacts_cards`.id = `*PREFIX*contacts_cards_properties`.contactid)');
|
WHERE `*PREFIX*contacts_cards`.id = `*PREFIX*contacts_cards_properties`.contactid)');
|
||||||
$result = $stmt->execute(array());
|
$result = $stmt->execute(array());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user