2 new report columns

- countdown and countdown_compact
This commit is contained in:
Federico Hernandez
2010-02-12 03:01:03 +01:00
parent e80769794e
commit 883e264319
4 changed files with 60 additions and 3 deletions

View File

@@ -361,6 +361,8 @@ bool Hooks::validFieldEvent (const std::string& event)
event == "format-end" ||
event == "format-end_time" ||
event == "format-due" ||
event == "format-countdown" ||
event == "format-countdown_compact" ||
event == "format-age" ||
event == "format-age_compact" ||
event == "format-active" ||