From 57f43d239a9fa30b69e77749a8193098f3029a8d Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 29 Aug 2008 10:04:15 +0000 Subject: [PATCH] Make comment clearer. --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5