forked from extern/egroupware
Possible fix for bug #478420.
This commit is contained in:
parent
018cc87924
commit
a364c687e8
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user