- The export command included the value of date fields instead of the
  name of date fields.
This commit is contained in:
Paul Beckingham 2011-08-28 16:39:05 -04:00
parent 0f627bd44e
commit 28183711c4

View file

@ -661,7 +661,7 @@ std::string Task::composeJSON (bool include_id /*= false*/) const
{ {
Date d (i->second); Date d (i->second);
out << "\"" out << "\""
<< i->second << i->first
<< "\":\"" << "\":\""
<< d.toISO () << d.toISO ()
<< "\""; << "\"";