Fix ORDER BY in fixUserRegistration.php
authorKevin Israel <pleasestand@live.com>
Sun, 29 Mar 2015 18:07:46 +0000 (14:07 -0400)
committerKevin Israel <pleasestand@live.com>
Sun, 29 Mar 2015 18:13:47 +0000 (14:13 -0400)
commitf422ee6bf274722fbd48f7a19a59ab6e3fe9d18b
treec7f55419e3153b1ed77cf2d92cd884ebc4d20956
parentb8c6b41a5017915e33ff3499e332271cda90bf4a
Fix ORDER BY in fixUserRegistration.php

Non-boolean options for select() must be provided as key-value pairs. If
provided as numbered elements, they will not end up in the generated query.

Follows-up ea406e42cd41.

Change-Id: I0364618b6a805c353cdc19a60f157df33519d87a
maintenance/fixUserRegistration.php