* Make it possible to use the Database.php class to make queries like
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 14 Jul 2005 17:00:54 +0000 (17:00 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 14 Jul 2005 17:00:54 +0000 (17:00 +0000)
commit390126e92b9be14bfa6fafb10e315981f6058ac6
tree7fd4c0171b25201e3c12663ada7918a6803f9745
parent1807fc9c85141e7bf23bd5c936396fc2bd1ee16d
* Make it possible to use the Database.php class to make queries like
  SELECT * FROM user WHERE user_id = user_name; (note the lack of quotes),
  use array('user_id' => array(false, 'user_name')) to do this.
includes/Database.php