Integration - "tags" report

- The "tags" report is now working under 1.8.0.
This commit is contained in:
Paul Beckingham 2009-06-08 01:24:33 -04:00
parent fb5fe5f5b4
commit aff828c51b
4 changed files with 15 additions and 14 deletions

View file

@ -163,8 +163,8 @@ void Context::dispatch ()
if (command == "export") { out = handleExport (tdb, task); }
*/
if (cmd.command == "projects") { out = handleProjects (); }
else if (cmd.command == "tags") { out = handleTags (); }
/*
else if (command == "tags") { out = handleTags (tdb, task); }
else if (command == "info") { out = handleInfo (tdb, task); }
else if (command == "stats") { out = handleReportStats (tdb, task); }
else if (command == "history") { out = handleReportHistory (tdb, task); }