ziuyung/couchbrowse

Returns Error on DB Create

Opened this issue · 0 comments

Replace Line 118:
if(result!="{\"ok\":true}")

With:
if (!result.Contains("{\"ok\":true}"))

Original issue reported on code.google.com by werty...@gmail.com on 22 Jul 2010 at 10:29