]> git.mjollnir.org Git - moodle.git/commitdiff
merged changes in moodlelib.php from MOODLE_16_STABLE
authorskodak <skodak>
Wed, 20 Sep 2006 18:40:22 +0000 (18:40 +0000)
committerskodak <skodak>
Wed, 20 Sep 2006 18:40:22 +0000 (18:40 +0000)
lib/dmllib.php

index 0fd9f1b1799d1ec28701fdc1a837b59b10f86993..defb681c136d3292dd4d49a1043975610d71ee05 100644 (file)
@@ -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