this change belongs to previous commit...

This commit is contained in:
Reinier Balt 2010-01-13 20:47:15 +01:00
parent 24a37e217d
commit 07ef7ed7a8

View file

@ -325,6 +325,4 @@ module TodosHelper
return entries.map{|e| e.specification()}.join("\n") rescue ''
end
AUTO_LINK_MESSAGE_RE = %r{message://<[^>]+>} unless const_defined?(:AUTO_LINK_MESSAGE_RE)
end