1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-14 12:16:31 +02:00

Improve javadocs.

This commit is contained in:
tjhunt 2007-07-23 16:54:16 +00:00
parent e3fc108e41
commit 9d308cb4d0

@ -2136,7 +2136,7 @@ function convert_urls_into_links(&$text) {
* *
* @param string $needle The string to search for * @param string $needle The string to search for
* @param string $haystack The string to search for $needle in * @param string $haystack The string to search for $needle in
* @param int $case ? * @param int $case whether to do case-sensitive or insensitive matching.
* @return string * @return string
* @todo Finish documenting this function * @todo Finish documenting this function
*/ */