From e8bf5dfff88f0bff143929af5049c72cd2daf1fb Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 20 Feb 2006 16:36:26 +0000 Subject: [PATCH] fixing bug #1593 --- .../src/modules/htmlUI/var/ui_browse.class.php | 2 +- livesupport/src/modules/htmlUI/var/ui_conf.php | 11 +++++------ .../src/modules/htmlUI/var/ui_conf.php.template | 9 +++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/livesupport/src/modules/htmlUI/var/ui_browse.class.php b/livesupport/src/modules/htmlUI/var/ui_browse.class.php index d078a3015..e5d97a5ff 100644 --- a/livesupport/src/modules/htmlUI/var/ui_browse.class.php +++ b/livesupport/src/modules/htmlUI/var/ui_browse.class.php @@ -10,7 +10,7 @@ class uiBrowse $this->reloadUrl = UI_BROWSER.'?popup[]=_reload_parent&popup[]=_close'; if (empty($this->criteria['limit'])) $this->criteria['limit'] = UI_BROWSE_DEFAULT_LIMIT; - if (empty($this->criteria['filetype'])) $this->criteria['filetype'] = NULL; + if (empty($this->criteria['filetype'])) $this->criteria['filetype'] = UI_FILETYPE_ANY; if (!is_array($this->col)) { ## init Categorys diff --git a/livesupport/src/modules/htmlUI/var/ui_conf.php b/livesupport/src/modules/htmlUI/var/ui_conf.php index 715ac757c..d8e970ebd 100644 --- a/livesupport/src/modules/htmlUI/var/ui_conf.php +++ b/livesupport/src/modules/htmlUI/var/ui_conf.php @@ -1,16 +1,14 @@