*** empty log message ***

This commit is contained in:
sebastian 2005-03-23 15:19:33 +00:00
parent 3e6af4880e
commit 4a9865e9ca
3 changed files with 5 additions and 4 deletions

View file

@ -269,7 +269,8 @@ class uiScheduler extends uiCalendar
$pl = current($pl);
$offset = strftime('%H:%M:%S', $this->_strtotime($datetime) - $this->_datetime2timestamp($pl['start']) - UI_TIMEZONEOFFSET);
$clip = $this->Base->gb->displayPlaylistClipAtOffset($this->Base->sessid, $pl['playlistId'], $offset, $distance);
if(!$clip['gunid'])
return FALSE;
return array(
'title' => $this->Base->_getMDataValue($this->Base->gb->_idFromGunid($clip['gunid']), UI_MDATA_KEY_TITLE),
'duration' => $this->Base->_getMDataValue($this->Base->gb->_idFromGunid($clip['gunid']), UI_MDATA_KEY_DURATION),