Followup r77666, remove changed in database comment (no idea where that came from)
authorSam Reed <reedy@users.mediawiki.org>
Fri, 3 Dec 2010 23:50:00 +0000 (23:50 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 3 Dec 2010 23:50:00 +0000 (23:50 +0000)
includes/db/Database.php

index 3b960c6..b20f461 100644 (file)
@@ -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