Possible fix for bug #478420.

This commit is contained in:
skeeter 2001-11-06 02:05:47 +00:00
parent 018cc87924
commit a364c687e8
2 changed files with 2 additions and 2 deletions

View File

@ -1686,7 +1686,7 @@
return $this->so->get_cached_event(); return $this->so->get_cached_event();
} }
function add_attribute($var,$value,$index='False') function add_attribute($var,$value,$index='**(**')
{ {
$this->so->add_attribute($var,$value,$index); $this->so->add_attribute($var,$value,$index);
} }

View File

@ -232,7 +232,7 @@
return $this->cal->event; return $this->cal->event;
} }
function add_attribute($var,$value,$element='False') function add_attribute($var,$value,$element='**(**')
{ {
$this->cal->add_attribute($var,$value,$element); $this->cal->add_attribute($var,$value,$element);
} }