Fixing regression from r34353: using Database::select() for a join messes up in certa...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 7 May 2008 18:57:06 +0000 (18:57 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 7 May 2008 18:57:06 +0000 (18:57 +0000)
commit73158bd6dec136136a253f8bc2c753db08d60932
treec9c76a970e7abf16f2993aacc10a5fb1802a79c6
parentb9cdc21073b64a8d5e9d98840d2956360dd69605
Fixing regression from r34353: using Database::select() for a join messes up in certain cases (puts `s where they don't belong, breaking SQL), but not for all joins. Seems to be related to table aliases, not sure though.
includes/api/ApiQueryAllUsers.php
includes/api/ApiQueryUsers.php