r60789 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60788‎ | r60789 | r60790 >
Date:10:02, 7 January 2010
Author:mkroetzsch
Status:deferred
Tags:
Comment:
minor layout change
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_SemanticData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SemanticData.php
@@ -86,7 +86,6 @@
8787 foreach ( $this->stubpropvals[$property->getDBkey()] as $dbkeys ) {
8888 $dv = SMWDataValueFactory::newPropertyObjectValue($property);
8989 $dv->setDBkeys($dbkeys);
90 -
9190 if ($this->m_noduplicates) {
9291 $this->propvals[$property->getDBkey()][$dv->getHash()] = $dv;
9392 } else {

Status & tagging log