And removing an irrelevant comment ;)

remotes/origin/stable6
Thomas Tanghus 2013-03-26 01:01:38 +07:00
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) {