Fixed ignoring filter in export function

This commit is contained in:
Andre Lorbach 2008-11-25 15:28:25 +01:00
parent 89989a5978
commit 46c86bd054
3 changed files with 2 additions and 3 deletions

View File

@ -87,6 +87,7 @@ if (
$content['error_details'] = $content['LN_GEN_ERROR_PDFMISSINGEXTENSION'];
}
*/
}
else
{

View File

@ -40,9 +40,6 @@ include($gl_root_path . 'include/functions_common.php');
include($gl_root_path . 'include/functions_frontendhelpers.php');
include($gl_root_path . 'include/functions_filters.php');
// Init Langauge first!
// IncludeLanguageFile( $gl_root_path . '/lang/' . $LANG . '/main.php' );
// Include LogStream facility
include($gl_root_path . 'classes/logstream.class.php');

View File

@ -108,6 +108,7 @@
<td align="right">
<input type="hidden" name="op" value="export">
<input type="hidden" name="uid" value="{uid_original}">
<input type="hidden" name="filter" value="{searchstr}">
<!-- IF skipone="true" -->
<input type="hidden" name="skipone" value="true">
<!-- ENDIF skipone="true" -->