mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
merged changes in moodlelib.php from MOODLE_16_STABLE
This commit is contained in:
parent
36acdd6df9
commit
daa588aa52
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue