*** empty log message ***
This commit is contained in:
parent
36f6ca0b06
commit
06258d6b95
15 changed files with 205 additions and 87 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue