Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -390,6 +390,7 @@ |
391 | 391 | if( $template ) { |
392 | 392 | $tsc = $this->formatDate( $r['created'] ); |
393 | 393 | $tsm = $this->formatDate( $r['modified'] ); |
| 394 | + $col = $r['title']; |
394 | 395 | $text .= '{'.'{'."$template|select=%SELECT%|title=$col|created=$tsc|modified=$tsm"; |
395 | 396 | foreach( array_keys( $this->types ) as $col ) { |
396 | 397 | $v = isset( $r[$col] ) ? $r[$col] : ''; |