Remove usage of wfTime() in maintenance
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 4 Sep 2012 19:05:40 +0000 (21:05 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 4 Sep 2012 19:05:40 +0000 (21:05 +0200)
commite4ab0f83db3126ab02efbd02e8210e45fe6a8e77
treef865e4948739620ed993a201a5ccbe5fc4f340bf
parentdeaa3648e60a90d70923a1e683733f82a9bcad9e
Remove usage of wfTime() in maintenance

This function is only a wrapper to microtime( true ),
so it can easily be replaced and deprecated at some point.

Change-Id: I26f77d3cb02cc517ecf51262a4684084a7ce7825
maintenance/backup.inc
maintenance/backupTextPass.inc
maintenance/cleanupTable.inc
maintenance/dumpIterator.php
maintenance/importDump.php
maintenance/rebuildImages.php
maintenance/renderDump.php
maintenance/upgrade1_5.php