summaryrefslogtreecommitdiffstats
path: root/lib/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/db.php')
-rw-r--r--lib/db.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/db.php b/lib/db.php
index 9d0b2007901..5a91421f7ab 100644
--- a/lib/db.php
+++ b/lib/db.php
@@ -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) {