Delete stray space.

This commit is contained in:
tjhunt 2006-08-15 16:53:24 +00:00
parent 4e3487c59c
commit d3eeba599b

View file

@ -5557,7 +5557,7 @@ function update_event($event) {
/** /**
* Call this function to delete the event with id $id from calendar table. * Call this function to delete the event with id $id from calendar table.
* *
* @uses $CFG * @uses $CFG
* @param int $id The id of an event from the 'calendar' table. * @param int $id The id of an event from the 'calendar' table.
* @return array An associative array with the results from the SQL call. * @return array An associative array with the results from the SQL call.
* @todo Verify return type * @todo Verify return type