r87623 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87622‎ | r87623 | r87624 >
Date:12:16, 7 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
comment out incomplete code causing problems
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Store.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_Store.php
@@ -306,7 +306,7 @@
307307 }
308308
309309 protected function removeNotChangedProperties( SMWSemanticData &$data ) {
310 - $storedValues = $this->getStoredValues( $data );
 310+ //$storedValues = $this->getStoredValues( $data );
311311
312312 // TODO: remove data that has not changed
313313
@@ -315,7 +315,7 @@
316316 }
317317 }
318318
319 - protected abstract function getStoredValues( SMWSemanticData $data );
 319+ //protected abstract function getStoredValues( SMWSemanticData $data );
320320
321321 /**
322322 * Clear all semantic data specified for some page.

Status & tagging log