From 46c86bd0542e76edefef082c668fbd503b501061 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 25 Nov 2008 15:28:25 +0100 Subject: [PATCH] Fixed ignoring filter in export function --- src/export.php | 1 + src/index.php | 3 --- src/templates/index.html | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/export.php b/src/export.php index 2c43404..2a13bfa 100644 --- a/src/export.php +++ b/src/export.php @@ -87,6 +87,7 @@ if ( $content['error_details'] = $content['LN_GEN_ERROR_PDFMISSINGEXTENSION']; } */ + } else { diff --git a/src/index.php b/src/index.php index 614ddca..e68f8fe 100644 --- a/src/index.php +++ b/src/index.php @@ -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'); diff --git a/src/templates/index.html b/src/templates/index.html index cc9d13a..824e05e 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -108,6 +108,7 @@ +