]> git.mjollnir.org Git - moodle.git/commitdiff
weblib: improve comment.
authortjhunt <tjhunt>
Wed, 7 Jan 2009 06:28:00 +0000 (06:28 +0000)
committertjhunt <tjhunt>
Wed, 7 Jan 2009 06:28:00 +0000 (06:28 +0000)
lib/weblib.php

index 3f7e7e5bbeebe8fb9f6610bee32394261c80d744..53b621843384d81e340399e11993aaa644f4dc6a 100644 (file)
@@ -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