do not consider end time when looking for next event on homepage

This commit is contained in:
Frédéric Péters 2011-11-25 11:11:03 +01:00
parent a60b80f8f1
commit d7b7fc3e3b
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ class PcfHomeFolder(BrowserView):
r = catalog(
portal_type=['tabellio.agenda.comevent', 'tabellio.agenda.parlevent'],
start={'query': start, 'range': 'min'},
end={'query': end, 'range': 'max'},
sort_on='start')
if len(r) == 0:
return None