mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Added extra checking on grabbing group info from record
This commit is contained in:
parent
7a9a260941
commit
3a826ab4a6
@ -222,7 +222,7 @@ class calendar_ extends calendar__
|
||||
|
||||
//Legacy Support
|
||||
$this->event->priority = intval($this->stream->f('cal_priority'));
|
||||
if($this->stream->f('cal_group'))
|
||||
if($this->stream->f('cal_group') || $this->stream->f('cal_group') != 'NULL')
|
||||
{
|
||||
$groups = explode(',',$this->stream->f('cal_group'));
|
||||
for($j=1;$j<count($groups) - 1;$j++)
|
||||
|
Loading…
Reference in New Issue
Block a user