From: tjhunt Date: Tue, 15 Aug 2006 16:53:24 +0000 (+0000) Subject: Delete stray space. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d3eeba599b8da0ce1c38c88e1a65c7f0180e7969;p=moodle.git Delete stray space. --- diff --git a/lib/moodlelib.php b/lib/moodlelib.php index b4a43a33db..3718b41b60 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -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