From 4142411d03842aa11777ea72feb836627a5f3fae Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 21 May 2001 17:08:36 +0000 Subject: [PATCH] Removed the parameter as being a reference value. Wasn't working when passing strictly a hard coded value. --- calendar/inc/class.calendar__.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar__.inc.php b/calendar/inc/class.calendar__.inc.php index f9e38dcce7..c3510dff7b 100755 --- a/calendar/inc/class.calendar__.inc.php +++ b/calendar/inc/class.calendar__.inc.php @@ -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)) {