user table: replace some '*' with explicit fields in selects
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 25 May 2012 15:53:29 +0000 (17:53 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 25 May 2012 15:53:29 +0000 (17:53 +0200)
commit2f190c47928fe98f2e0bbec6c7ccb204032d16c5
tree383d2b860b31083eb3f30292614ab110b2cc5068
parentacf695cea3aaa6560538853925912bd84ca71ed6
user table: replace some '*' with explicit fields in selects

It is good practice to select only fields, which are used later

Change-Id: Iaaa252d594112894334a8ee9916007352d5bc4e7
includes/User.php
includes/api/ApiQueryUsers.php
includes/specials/SpecialPasswordReset.php