From e861c312ac4685c7a9c967312cffeb7388d3be1e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Feb 2009 21:05:59 -0400 Subject: The "xact" variable now returns null for accounts --- src/report.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 73eefd95..69ae11e5 100644 --- a/src/report.h +++ b/src/report.h @@ -138,6 +138,9 @@ public: value_t fn_quoted(call_scope_t& scope); value_t fn_join(call_scope_t& scope); value_t fn_format_date(call_scope_t& scope); + value_t fn_false(call_scope_t&) { + return false; + } value_t fn_options(call_scope_t& scope) { return value_t(static_cast(this)); -- cgit v1.2.3