app/models/chunks/todo.rb in Pimki-1.6.092 vs app/models/chunks/todo.rb in Pimki-1.7.092

- old
+ new

@@ -25,10 +25,9 @@ # this should allow users to specify stuff like 'Dec 2005' or 'Dec 21'. d = [ d[0] || Date.today.year, d[1], d[2] || 1 ] @due_date = Date.new(*d) end rescue => detail - p ['==>', detail, @text] @due_date = nil end end def escaped_text() nil end