From 37f64cc829153297add37ff31067de7c212686fc Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 9 May 2005 11:08:42 +0000 Subject: [PATCH] *** empty log message *** --- livesupport/modules/htmlUI/var/localizer/index.php | 3 ++- livesupport/modules/htmlUI/var/localizer/main.php | 2 ++ livesupport/modules/htmlUI/var/localizer/menu.php | 2 ++ .../modules/htmlUI/var/localizer/require.inc.php | 13 +++++-------- livesupport/modules/htmlUI/var/ui_browser.class.php | 1 - livesupport/modules/htmlUI/var/ui_conf.php | 3 +-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/livesupport/modules/htmlUI/var/localizer/index.php b/livesupport/modules/htmlUI/var/localizer/index.php index 0efa55354..6477da749 100755 --- a/livesupport/modules/htmlUI/var/localizer/index.php +++ b/livesupport/modules/htmlUI/var/localizer/index.php @@ -1,5 +1,6 @@ - diff --git a/livesupport/modules/htmlUI/var/localizer/main.php b/livesupport/modules/htmlUI/var/localizer/main.php index 64bd36a6c..5f34a4ea2 100755 --- a/livesupport/modules/htmlUI/var/localizer/main.php +++ b/livesupport/modules/htmlUI/var/localizer/main.php @@ -1,5 +1,7 @@ diff --git a/livesupport/modules/htmlUI/var/ui_browser.class.php b/livesupport/modules/htmlUI/var/ui_browser.class.php index 7ed4c2488..50d633146 100644 --- a/livesupport/modules/htmlUI/var/ui_browser.class.php +++ b/livesupport/modules/htmlUI/var/ui_browser.class.php @@ -14,7 +14,6 @@ class uiBrowser extends uiBase { function uiBrowser(&$config) { $this->uiBase($config); - $this->mdatarecords =& $_SESSION[UI_MDATA_REC_SESSNAME]; } /** diff --git a/livesupport/modules/htmlUI/var/ui_conf.php b/livesupport/modules/htmlUI/var/ui_conf.php index 6d2a8a1ae..1ad878e00 100755 --- a/livesupport/modules/htmlUI/var/ui_conf.php +++ b/livesupport/modules/htmlUI/var/ui_conf.php @@ -35,7 +35,6 @@ define('UI_STATIONINFO_SESSNAME', 'STATIONINFO'); define('UI_BROWSE_SESSNAME', 'L_BROWSE'); define('UI_SEARCH_SESSNAME', 'L_SEARCH'); define('UI_PLAYLIST_SESSNAME', 'PLAYLIST'); -define('UI_MDATA_REC_SESSNAME', 'MDATAREC'); ## Metadata Keys define('UI_MDATA_KEY_TITLE', 'dc:title'); @@ -79,7 +78,7 @@ define('UI_FILETYPE_AUDIOCLIP', 'audioClip'); define('UI_FILETYPE_WEBSTREAM', 'webstream'); ## Playlist elements -define('UI_PL_ELEM_PLAYLIST', 'playlistElement'); +define('UI_PL_ELEM_PLAYLIST', 'playlistElement'); define('UI_PL_ELEM_FADEINFO', 'fadeInfo'); define('UI_PL_ELEM_FADEIN', 'fadeIn'); define('UI_PL_ELEM_FADEOUT', 'fadeOut');