- Fixed bug #762, so that modifications to task are considered 'write' commands,
  and there update shadow files (thanks to Aikido Guy).
This commit is contained in:
Paul Beckingham
2011-05-05 23:49:51 -04:00
parent 4584da8895
commit 58f2b9789e
4 changed files with 7 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ int handleCustomReport (const std::string& report, std::string& outs)
split (labels, reportLabels, ',');
if (columns.size () != labels.size () && labels.size () != 0)
throw std::string ("There are a different number of columns than labels ") +
throw std::string ("There are a different number of columns and labels ") +
"for report '" + report + "'.";
std::map <std::string, std::string> columnLabels;