From: tjhunt Date: Wed, 7 Jan 2009 06:28:00 +0000 (+0000) Subject: weblib: improve comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=efacb2242273570dedeeecd1cee16408e63f7b65;p=moodle.git weblib: improve comment. --- diff --git a/lib/weblib.php b/lib/weblib.php index 3f7e7e5bbe..53b6218433 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -4404,7 +4404,7 @@ function print_file_picture($path, $courseid=0, $height='', $width='', $link='', * you save a DB query. * * @param int $user takes a userid, or a userobj - * @param int $courseid ? + * @param int $courseid The course we are in. Only needed if $link is true. * @param boolean $picture Print the user picture? * @param int $size Size in pixels. Special values are (true/1 = 100px) and (false/0 = 35px) for backward compatability * @param boolean $return If false print picture to current page, otherwise return the output as string