small fixes to wekk view of scheduler
This commit is contained in:
parent
56f3c705fe
commit
fe5337e9db
3 changed files with 4 additions and 5 deletions
|
@ -322,12 +322,11 @@ class uiScheduler extends uiCalendar {
|
|||
$creator = $val["creator"];
|
||||
}
|
||||
|
||||
$id = $val["group_id"]; //BasicStor::IdFromGunid($val['playlistId']);
|
||||
$startDay = strftime('%d', self::datetimeToTimestamp($val['start']));
|
||||
$startHour = number_format(strftime('%H', self::datetimeToTimestamp($val['start'])));
|
||||
$items[$startDay][$startHour][]= array (
|
||||
'id' => $id,
|
||||
'scheduleid'=> $id, //$val['id'],
|
||||
'id' => $val['playlistId'],
|
||||
'scheduleid'=> $val["group_id"],
|
||||
'start' => substr($val['start'], strpos($val['start'], ' ')+1),
|
||||
'end' => substr($val['end'], strpos($val['end'], ' ')+1),
|
||||
'start_stamp' => self::datetimeToTimestamp($val['start']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue