Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -1329,7 +1329,7 @@ |
1330 | 1330 | * Makes an encoded list of strings from an array |
1331 | 1331 | * $mode: |
1332 | 1332 | * LIST_COMMA - comma separated, no field names |
1333 | | - * LIST_ANDLIST_AND - ANDed WHERE clause (without the WHERE) |
| 1333 | + * LIST_AND - ANDed WHERE clause (without the WHERE) |
1334 | 1334 | * LIST_OR - ORed WHERE clause (without the WHERE) |
1335 | 1335 | * LIST_SET - comma separated with field names, like a SET clause |
1336 | 1336 | * LIST_NAMES - comma separated field names |