]> git.mjollnir.org Git - moodle.git/commitdiff
Make comment clearer.
authortjhunt <tjhunt>
Fri, 29 Aug 2008 10:04:15 +0000 (10:04 +0000)
committertjhunt <tjhunt>
Fri, 29 Aug 2008 10:04:15 +0000 (10:04 +0000)
lib/weblib.php

index cb2296498edeec3e7df9f5e31c4ae341951a3296..5248d32103ed86c75dfb3314e16488859e1870bb 100644 (file)
@@ -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.