Merge branch 'master' of git@github.com:bsag/tracks

This commit is contained in:
Reinier Balt 2008-08-25 15:39:21 +02:00
commit 5605d9b546
3 changed files with 1 additions and 1 deletions

View file

@ -173,7 +173,7 @@ class ApplicationController < ActionController::Base
if show_from_date.nil?
todo.show_from=nil
else
todo.show_from = show_from_date < Time.now.utc ? nil : show_from_date
todo.show_from = show_from_date.to_time < Time.now.utc ? nil : show_from_date
end
saved = todo.save

Binary file not shown.

Binary file not shown.