Fix possible problems with Date/Time comparison. Calendar in sidebar.

This commit is contained in:
Stefan Schlott 2013-08-27 18:32:04 +02:00
parent 0ae50c117c
commit d980530cb9
3 changed files with 20 additions and 5 deletions

View file

@ -20,4 +20,7 @@ def get_regulars_tables()
items.select { |i| (i[:kind]=='event') && i.identifier.start_with?('/_data/stammtisch/') }
end
def get_public_events()
items.select { |i| (i[:kind]=='event') && i[:public] }
end