datalib: Fixed erroneous documentation.
The function sql_fullname had the same documentation as the function sql_ilike, which was not correct. Now updated to reflect what the function actually does. Author: Luke Hudson <[email protected]>
This commit is contained in:
+1
-1
@@ -3045,7 +3045,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user