From f6965dc68596dd5b3db69dc0cb4f6314c31dbc24 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Sun, 17 Sep 2006 01:35:49 +0000 Subject: [PATCH] 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 --- lib/datalib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datalib.php b/lib/datalib.php index fc8d8945296..d74a225434c 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -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