Go to the source code of this file.
Variables | |
$fname = 'fixUserRegistration.php' | |
$dbr = wfGetDB( DB_SLAVE ) | |
$dbw = wfGetDB( DB_MASTER ) | |
$res = $dbr->select( 'user', 'user_id', 'user_registration IS NULL', $fname ) | |
while($row=$dbr->fetchObject($res)) | n |
In particular, for values which are NULL, set them to the date of the first edit
Definition in file fixUserRegistration.php.
$dbr = wfGetDB( DB_SLAVE ) |
Definition at line 14 of file fixUserRegistration.php.
$dbw = wfGetDB( DB_MASTER ) |
Definition at line 15 of file fixUserRegistration.php.
$fname = 'fixUserRegistration.php' |
Definition at line 12 of file fixUserRegistration.php.
$res = $dbr->select( 'user', 'user_id', 'user_registration IS NULL', $fname ) |
Definition at line 18 of file fixUserRegistration.php.
Definition at line 20 of file fixUserRegistration.php.