And removing an irrelevant comment ;)

This commit is contained in:
Thomas Tanghus 2013-03-26 01:01:38 +01:00
parent 5f53145eb0
commit 5b66b317b1
1 changed files with 0 additions and 2 deletions

View File

@ -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) {