web/views/bookmark.py
changeset 5174 78438ad513ca
parent 5113 f8cbdb51e6d4
child 5423 e15abfdcce38
--- a/web/views/bookmark.py	Wed Apr 07 09:24:00 2010 +0200
+++ b/web/views/bookmark.py	Wed Apr 07 14:26:35 2010 +0200
@@ -112,7 +112,7 @@
                 else:
                     # we can't edit shared bookmarks we don't own
                     bookmarksrql = 'Bookmark B WHERE B bookmarked_by U, B owned_by U, U eid %(x)s'
-                    erset = req.execute(bookmarksrql, {'x': ueid}, 'x',
+                    erset = req.execute(bookmarksrql, {'x': ueid},
                                         build_descr=False)
                     bookmarksrql %= {'x': ueid}
                 if erset: