summaryrefslogtreecommitdiff
path: root/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'report.cc')
-rw-r--r--report.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/report.cc b/report.cc
index 5ff2a5fd..83441247 100644
--- a/report.cc
+++ b/report.cc
@@ -49,10 +49,13 @@ void report_t::ftime(value_t& result, xml::xpath_t::scope_t * locals)
std::string date_format;
if (locals->args.size() == 2)
date_format = locals->args[1].to_string();
+#if 0
+ // jww (2007-04-18): Need to setup an output facet here
else
date_format = ptime::output_format;
result.set_string(date.to_string(date_format));
+#endif
}
bool report_t::resolve(const std::string& name, value_t& result,