From: skodak Date: Wed, 20 Sep 2006 18:40:22 +0000 (+0000) Subject: merged changes in moodlelib.php from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=daa588aa5263723a46018a2f3da410d8ca2e5920;p=moodle.git merged changes in moodlelib.php from MOODLE_16_STABLE --- diff --git a/lib/dmllib.php b/lib/dmllib.php index 0fd9f1b179..defb681c13 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -1256,8 +1256,8 @@ function sql_ilike() { /** - * Returns the proper SQL to do LIKE in a case-insensitive way - * + * Returns the proper SQL (for the dbms in use) to concatenate $firstname and $lastname + * * @uses $CFG * @param string $firstname User's first name * @param string $lastname User's last name