r84839 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84838‎ | r84839 | r84840 >
Date:05:20, 27 March 2011
Author:nad
Status:deferred
Tags:
Comment:
more vars wrong since making two-pass
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -390,6 +390,7 @@
391391 if( $template ) {
392392 $tsc = $this->formatDate( $r['created'] );
393393 $tsm = $this->formatDate( $r['modified'] );
 394+ $col = $r['title'];
394395 $text .= '{'.'{'."$template|select=%SELECT%|title=$col|created=$tsc|modified=$tsm";
395396 foreach( array_keys( $this->types ) as $col ) {
396397 $v = isset( $r[$col] ) ? $r[$col] : '';

Status & tagging log