r25578 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25577‎ | r25578 | r25579 >
Date:10:29, 6 September 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
typo in timeline printer
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinters.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinters.php
@@ -337,7 +337,7 @@
338338 $this->m_tlstart = smwfNormalTitleDBKey($params['timelinestart']);
339339 }
340340 if (array_key_exists('timelineend', $params)) {
341 - $this->m_tlstart = smwfNormalTitleDBKey($params['timelineend']);
 341+ $this->m_tlend = smwfNormalTitleDBKey($params['timelineend']);
342342 }
343343 if (array_key_exists('timelinesize', $params)) {
344344 $this->m_tlsize = htmlspecialchars(str_replace(';', ' ', strtolower($params['timelinesize'])));

Status & tagging log