From 63330eb0bd922f504fb7b4111f98236879711288 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 14 Jul 2010 13:32:19 -0400 Subject: support the atts_since qs param for GET requests --- src/fabric_rpc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fabric_rpc.erl') diff --git a/src/fabric_rpc.erl b/src/fabric_rpc.erl index 673627da..6be7c3cc 100644 --- a/src/fabric_rpc.erl +++ b/src/fabric_rpc.erl @@ -161,7 +161,7 @@ get_update_seq(DbName) -> with_db(DbName, [], {couch_db, get_update_seq, []}). open_doc(DbName, DocId, Options) -> - with_db(DbName, Options, {couch_db, open_doc_int, [DocId, Options]}). + with_db(DbName, Options, {couch_db, open_doc, [DocId, Options]}). open_revs(DbName, Id, Revs, Options) -> with_db(DbName, Options, {couch_db, open_doc_revs, [Id, Revs, Options]}). -- cgit v1.2.3