Skip to content

Commit

Permalink
Bug: 14163 Forgot to remove this.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 17, 2015
1 parent 508e762 commit 98f152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Db/lib/Horde/Db/Adapter/Oci8.php
Expand Up @@ -427,7 +427,7 @@ public function updateBlob($table, $fields, $where = null)
}

$sql = sprintf(
'UPDATE %s SET %s%s RETURNING %s INTO %s',
'UPDATE %s SET %s%s',
$this->quoteTableName($table),
implode(', ', $fnames),
strlen($where) ? ' WHERE ' . $where : ''
Expand Down

0 comments on commit 98f152c

Please sign in to comment.