get rid of close button

This commit is contained in:
naomiaro 2010-10-06 16:45:20 -04:00
parent 991f56698b
commit 51d983c5f6
2 changed files with 2 additions and 5 deletions

View file

@ -89,11 +89,9 @@ class uiPlaylist
// store access token to ls_pref abd session
// load PL into session
if ($this->activeId) {
if (UI_WARNING) {
$this->Base->_retMsg('You already have an open playlist. Close it first.');
}
return FALSE;
$this->release();
}
$userid = $this->Base->gb->playlistIsAvailable($plid, $this->Base->sessid);
if ($userid !== TRUE) {
if (UI_WARNING) {