Added extra checking on grabbing group info from record

This commit is contained in:
skeeter 2001-03-20 04:44:00 +00:00
parent 7a9a260941
commit 3a826ab4a6

View File

@ -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++)