Documentation

- Added missing documentation - bugs/features that were closed, but
  not listed in the ChangeLog.
This commit is contained in:
Paul Beckingham
2011-01-09 16:48:10 -05:00
parent 976cd284ff
commit 08c089258f
2 changed files with 5 additions and 3 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);
}