r25724 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25723‎ | r25724 | r25725 >
Date:09:50, 10 September 2007
Author:mulligen
Status:old
Tags:
Comment:
fixed small typo in "contains" bootstrapped defined meaning
Modified paths:
  • /trunk/extensions/Wikidata/php-tools/SwissProtImport.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/php-tools/SwissProtImport.php
@@ -298,7 +298,7 @@
299299 addClassMemberShip($this->activityConceptId, $this->functionallyRelatedId);
300300
301301 if ($this->containsConceptId == 0)
302 - $this->containsConceptId = $this->bootstrapDefinedMeaning("performs");
 302+ $this->containsConceptId = $this->bootstrapDefinedMeaning("contains");
303303 addClassMemberShip($this->containsConceptId, $this->functionallyRelatedId);
304304
305305 if ($this->includesConceptId == 0)

Status & tagging log