From: tjhunt Date: Fri, 29 Aug 2008 10:04:15 +0000 (+0000) Subject: Make comment clearer. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=57f43d239a9fa30b69e77749a8193098f3029a8d;p=moodle.git Make comment clearer. --- diff --git a/lib/weblib.php b/lib/weblib.php index cb2296498e..5248d32103 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2610,7 +2610,7 @@ function print_header ($title='', $heading='', $navigation='', $focus='', * * @param mixed $lib - string or array of strings * string(s) should be the shortname for the library or the - * full path to the library file. + * full URL (which will probably start with $CFG->wwwroot) to the library file. * @param int $extracthtml Do not set this parameter usually (leave 0), only * weblib should set this to 1 or 2 in print_header function. * @return mixed No return value, except when using $extracthtml it returns the html code.