diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/recordings.ecpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/recordings.ecpp b/pages/recordings.ecpp index df34c67..7975438 100644 --- a/pages/recordings.ecpp +++ b/pages/recordings.ecpp @@ -208,15 +208,11 @@ for (recIter = recItems.begin(); recIter != recItems.end(); ++recIter) { <li class="recording"> <& rec_item_dir name=(recItem->Name()) level=(level) &> <%cpp> -#if TNT_HAS_QUERYPARAMS #if TNT_QUERYPARAMS_NO_BOOL tnt::QueryParams recItemParams(qparam); #else tnt::QueryParams recItemParams(qparam, false); #endif -#else - cxxtools::QueryParams recItemParams(qparam, false); -#endif for (path_type::const_iterator i = path.begin(); i != path.end(); ++i) { recItemParams.add("path", *i); } |