* Drop a couple instances of wfTimestamp2Unix & reverse for wfTimestamp()
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Oct 2004 07:12:15 +0000 (07:12 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Oct 2004 07:12:15 +0000 (07:12 +0000)
commit963901c8dd9eaebd042c3ab20c30fb555f2adbed
tree192837afebe803a6c36a6f591ed1303e32d1dad1
parent2a847aab347609fae21ffd1e6a4f7f9aa5a9577d
* Drop a couple instances of wfTimestamp2Unix & reverse for wfTimestamp()
* Make wfTimestampNow() a wrapper on wfTimestamp()
* Add some tests and docstrings
includes/GlobalFunctions.php
includes/RawPage.php
includes/SpecialValidate.php
maintenance/updateSearchIndex.php
tests/GlobalTest.php