r25118 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25117‎ | r25118 | r25119 >
Date:14:00, 24 August 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
Typo in profiling statement.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php
@@ -539,7 +539,7 @@
540540 }
541541
542542 function updateData(SMWSemanticData $data) {
543 - wfProfileOut("SMWSQLStore::updateData (SMW)");
 543+ wfProfileIn("SMWSQLStore::updateData (SMW)");
544544 $db =& wfGetDB( DB_MASTER );
545545 $subject = $data->getSubject();
546546 $this->deleteSubject($subject);

Status & tagging log