Merge branch 'master' of github.com:Gluejar/regluit into tastypie2

pull/1/head
Raymond Yee 2011-09-29 18:12:20 -07:00
commit ea5dc77256
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def search(request):
# flag search result as on wishlist
# TODO: make this better and faster
if request.user:
if not request.user.is_anonymous():
for result in results:
if not result.has_key('isbn_10'):
continue