Database::makeList() now checks in LIST_AND mode if supplied list item
authorDomas Mituzas <midom@users.mediawiki.org>
Mon, 4 Oct 2004 19:43:49 +0000 (19:43 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Mon, 4 Oct 2004 19:43:49 +0000 (19:43 +0000)
commitd54c3602df3be8d99f4fee35b299de662f79822c
tree027e8f3b66cfd48476880fd3492ce44bc46ce22a
parentb887b260a613ba40669a500d51bf04384cb54ac0
Database::makeList() now checks in LIST_AND mode if supplied list item
value is an array, and uses IN (x,y,...). This extends select() syntax
as well, as arrays can be specified for conditions.
includes/Database.php