r48558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48557‎ | r48558 | r48559 >
Date:00:31, 19 March 2009
Author:nad
Status:deferred
Tags:
Comment:
ensure time after date or sortable table doesn't work
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -323,8 +323,8 @@
324324
325325 $stripe = '';
326326 foreach ( $records as $r ) {
327 - $tsc = $wgLang->timeanddate( $r['created'], true, true );
328 - $tsm = $wgLang->timeanddate( $r['modified'], true, true );
 327+ $tsc = $wgLang->date( $r['created'], true, true ) . ', ' . $wgLang->time( $r['created'], true, true );
 328+ $tsm = $wgLang->date( $r['modified'], true, true ) . ', ' . $wgLang->time( $r['modified'], true, true );
329329 $t = $r[0];
330330 $u = $t->getLocalURL();
331331 $col = $r['title'];

Status & tagging log