Merge branch '1.9.4' of tasktools.org:task into 1.9.4

This commit is contained in:
Paul Beckingham 2011-01-09 21:25:59 -05:00
commit 77f26994a6
3 changed files with 50 additions and 32 deletions

View file

@ -388,7 +388,6 @@ int handleCustomReport (const std::string& report, std::string& outs)
{
Date dt (::atoi (created.c_str ()));
age = Duration (now - dt).formatCompact ();
context.hooks.trigger ("format-age_compact", "age_compact", age);
table.addCell (row, columnCount, age);
}