From daa588aa5263723a46018a2f3da410d8ca2e5920 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 20 Sep 2006 18:40:22 +0000 Subject: [PATCH] merged changes in moodlelib.php from MOODLE_16_STABLE --- lib/dmllib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5