From: Domas Mituzas Date: Thu, 24 Feb 2005 14:55:38 +0000 (+0000) Subject: leftover wfInvertTimestamp, nuke it. X-Git-Tag: 1.5.0alpha1~700 X-Git-Url: http://git.cyclocoop.org//%22%22._DIR_PLUGIN_FULLCALENDAR.%22prive/themes/spip/images/event_edit.png/%22?a=commitdiff_plain;h=7770fabd9a90041cf72ef9903e0fe20c3ffc61eb;p=lhc%2Fweb%2Fwiklou.git leftover wfInvertTimestamp, nuke it. --- diff --git a/config/index.php b/config/index.php index 9bf0a80b91..7de46de2f2 100644 --- a/config/index.php +++ b/config/index.php @@ -565,7 +565,6 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { $titleobj = Title::newFromText( wfMsgNoDB( "mainpage" ) ); $now = wfTimestampNow(); - $won = wfInvertTimestamp( $now ); extract( $wgDatabase->tableNames( 'text', 'page', 'revision' ) ); $titleobj = Title::newFromText( wfMsgNoDB( "mainpage" ) );