diff options
Diffstat (limited to 'pages/page_exit.eh')
-rw-r--r-- | pages/page_exit.eh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/page_exit.eh b/pages/page_exit.eh index 5101171..319260e 100644 --- a/pages/page_exit.eh +++ b/pages/page_exit.eh @@ -5,11 +5,7 @@ <%cpp> spoint.commit(); } catch ( vdrlive::HtmlError const& ex ) { -#if TNTVERSION >= 1606 tnt::QueryParams param = qparam; -#else - cxxtools::QueryParams param = qparam; -#endif param.add( "pageTitle", pageTitle ); param.add( "errorMessage", ex.what() ); callComp( "error", request, reply, param ); |