added missing ';' - thought that file is not used ;-)

This commit is contained in:
Ralf Becker 2004-03-22 07:09:17 +00:00
parent 0aca5b696c
commit ae72c47831

View File

@ -310,7 +310,7 @@
function fetch_current_stream_event()
{
$this->event = mcal_fetch_current_stream_event($this->stream);
return $this->event
return $this->event;
}
function add_attribute($attribute,$value)