diff -r 71b3f3521a10 -r 334094450b77 app/soc/views/models/program.py --- a/app/soc/views/models/program.py Tue Mar 17 18:03:31 2009 +0000 +++ b/app/soc/views/models/program.py Tue Mar 17 20:24:59 2009 +0000 @@ -393,7 +393,7 @@ get_dict = request.GET - if not (get_dict.get('limit') or get_dict.get('offset')): + if not (get_dict.get('limit') and get_dict.get('offset')): return self.json(request, {}) try: