From 43056f66d1ca5e472724f5f1758a48d76bdd2793 Mon Sep 17 00:00:00 2001 From: sebastian Date: Tue, 8 Mar 2005 17:27:23 +0000 Subject: [PATCH] *** empty log message *** --- livesupport/modules/htmlUI/var/ui_scheduler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/modules/htmlUI/var/ui_scheduler.class.php b/livesupport/modules/htmlUI/var/ui_scheduler.class.php index 7e3aafd49..41fcc64fd 100755 --- a/livesupport/modules/htmlUI/var/ui_scheduler.class.php +++ b/livesupport/modules/htmlUI/var/ui_scheduler.class.php @@ -85,7 +85,7 @@ class uiScheduler extends uiCalendar function copyPlFromSP() { foreach ($this->Base->SCRATCHPAD->get() as $val) { - if (strtolower($val['type'])=='playlist') + if (strtolower($val['type'])=='playlist' && $val['id']!=$this->Base->PLAYLIST->activeId) $this->playlists[] = $val; } }