s/2007/Time.now.year/

This commit is contained in:
Astro 2007-06-05 19:08:13 +00:00
parent 1b028b283b
commit da533a6f58
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Event
stunde, minute = $1, $2
end
@time = Time.local(2007, monat, tag, stunde, minute)
@time = Time.local(Time.now.year, monat, tag, stunde, minute)
@title = spans['progTitle']
@description = spans['progTitleSpecialDay'].to_s
end