mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Possible fix for bug #478420.
This commit is contained in:
parent
018cc87924
commit
a364c687e8
@ -1686,7 +1686,7 @@
|
||||
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);
|
||||
}
|
||||
|
@ -232,7 +232,7 @@
|
||||
return $this->cal->event;
|
||||
}
|
||||
|
||||
function add_attribute($var,$value,$element='False')
|
||||
function add_attribute($var,$value,$element='**(**')
|
||||
{
|
||||
$this->cal->add_attribute($var,$value,$element);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user