mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
And removing an irrelevant comment ;)
This commit is contained in:
parent
5f53145eb0
commit
5b66b317b1
1 changed files with 0 additions and 2 deletions
|
|
@ -676,8 +676,6 @@ class OC_DB {
|
|||
$inserts = array_merge($inserts, $inserts);
|
||||
}
|
||||
|
||||
// TODO: oci should be use " (quote) instead of ` (backtick)?
|
||||
|
||||
try {
|
||||
$result = self::prepare($query);
|
||||
} catch(PDOException $e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue