]> git.mjollnir.org Git - moodle.git/commitdiff
Delete stray space.
authortjhunt <tjhunt>
Tue, 15 Aug 2006 16:53:24 +0000 (16:53 +0000)
committertjhunt <tjhunt>
Tue, 15 Aug 2006 16:53:24 +0000 (16:53 +0000)
lib/moodlelib.php

index b4a43a33dbac8ae818f7cb32e32510b3c03dc09b..3718b41b60ceb4de023db0dfe6fc02b928ea1c41 100644 (file)
@@ -5557,7 +5557,7 @@ function update_event($event) {
 /**
  * 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.
  * @return array An associative array with the results from the SQL call.
  * @todo Verify return type