*** empty log message ***

This commit is contained in:
sebastian 2005-03-02 19:15:55 +00:00
parent 36f6ca0b06
commit 06258d6b95
15 changed files with 205 additions and 87 deletions

View file

@ -23,6 +23,14 @@ class uiPlaylist
return $this->Base->gb->getPlaylistArray($this->activeId, $this->Base->sessid);
}
function getActiveId()
{
if (!$this->activeId) {
return FALSE;
}
return $this->activeId;
}
function activate($plid, $msg=TRUE)
{
# test if PL available