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:
martinlanghoff
2006-09-17 01:35:49 +00:00
parent 86218462fc
commit f6965dc685
+1 -1
View File
@@ -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