From 9eb8f23538108fab25100578e94c5a88d50472a6 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 3 Dec 2010 23:50:00 +0000 Subject: [PATCH] Followup r77666, remove changed in database comment (no idea where that came from) --- includes/db/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/Database.php b/includes/db/Database.php index 3b960c6df0..b20f461c3d 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1329,7 +1329,7 @@ abstract class DatabaseBase implements DatabaseType { * Makes an encoded list of strings from an array * $mode: * LIST_COMMA - comma separated, no field names - * LIST_ANDLIST_AND - ANDed WHERE clause (without the WHERE) + * LIST_AND - ANDed WHERE clause (without the WHERE) * LIST_OR - ORed WHERE clause (without the WHERE) * LIST_SET - comma separated with field names, like a SET clause * LIST_NAMES - comma separated field names -- 2.20.1