mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
added missing ';' - thought that file is not used ;-)
This commit is contained in:
parent
0aca5b696c
commit
ae72c47831
@ -310,7 +310,7 @@
|
|||||||
function fetch_current_stream_event()
|
function fetch_current_stream_event()
|
||||||
{
|
{
|
||||||
$this->event = mcal_fetch_current_stream_event($this->stream);
|
$this->event = mcal_fetch_current_stream_event($this->stream);
|
||||||
return $this->event
|
return $this->event;
|
||||||
}
|
}
|
||||||
|
|
||||||
function add_attribute($attribute,$value)
|
function add_attribute($attribute,$value)
|
||||||
|
Loading…
Reference in New Issue
Block a user