diff options
Diffstat (limited to 'pages/page_exit.eh')
-rw-r--r-- | pages/page_exit.eh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/page_exit.eh b/pages/page_exit.eh index 5e26a32..5101171 100644 --- a/pages/page_exit.eh +++ b/pages/page_exit.eh @@ -5,7 +5,7 @@ <%cpp> spoint.commit(); } catch ( vdrlive::HtmlError const& ex ) { -#ifdef TNTVERS7 +#if TNTVERSION >= 1606 tnt::QueryParams param = qparam; #else cxxtools::QueryParams param = qparam; |