*** empty log message ***
This commit is contained in:
parent
63ee21174a
commit
daef9b152e
22 changed files with 99 additions and 64 deletions
|
@ -401,7 +401,6 @@ class uiPlaylist
|
|||
## first remove old entrys
|
||||
#$this->gb->replaceMetaData($id, $this->_analyzeFile($id, 'xml'), 'string', $this->sessid);
|
||||
|
||||
|
||||
foreach ($mask['playlist'] as $k=>$v) {
|
||||
$formdata[$this->Base->_formElementEncode($v['element'])] ? $mData[$this->Base->_formElementDecode($v['element'])] = $formdata[$this->Base->_formElementEncode($v['element'])] : NULL;
|
||||
}
|
||||
|
@ -419,6 +418,17 @@ class uiPlaylist
|
|||
}
|
||||
|
||||
|
||||
function deleteActive()
|
||||
{
|
||||
$id = $this->activeId;
|
||||
$this->release(FALSE);
|
||||
if ($this->Base->delete($id))
|
||||
return TRUE;
|
||||
$this->Base->_retMsg('Cannot delete this Playlist');
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
function _plTimeToSecs($plt, $length=4)
|
||||
{
|
||||
$arr = split(':', $plt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue