json fixes

This commit is contained in:
Peter Schojer
2008-09-18 11:08:30 +00:00
parent ec1997c2e5
commit 7ac9af2f5b
8 changed files with 17 additions and 1 deletions

View File

@@ -85,6 +85,8 @@ bool TimeFieldCell::serializeJSON(std::ostream& out, const std::string& name)
{
out << "'" << getFormatter()->format(getValue()) << "'";
}
else
out << "''";
return true;
}