Removed the parameter as being a reference value. Wasn't working when passing strictly a hard coded value.

This commit is contained in:
skeeter 2001-05-21 17:08:36 +00:00
parent 8f49481960
commit 4142411d03

View File

@ -399,7 +399,7 @@ class calendar__
return $this->fetch_event($this->event->id);
}
function add_attribute($attribute,&$value)
function add_attribute($attribute,$value)
{
if(is_array($value))
{