r16297 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16296‎ | r16297 | r16298 >
Date:11:48, 31 August 2006
Author:proes
Status:old
Tags:
Comment:
Changed definition of 'enzyme commission number'
Modified paths:
  • /trunk/extensions/Wikidata/WP/SwissProtImport.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/WP/SwissProtImport.php
@@ -148,7 +148,7 @@
149149 $this->containedInConceptId = $this->bootstrapDefinedMeaning("contained in", "contained in");
150150
151151 if ($this->enzymeCommissionNumberConceptId == 0)
152 - $this->enzymeCommissionNumberConceptId = $this->bootstrapDefinedMeaning("enzyme commission number", "organism specific gene");
 152+ $this->enzymeCommissionNumberConceptId = $this->bootstrapDefinedMeaning("enzyme commission number", "enzyme commission number");
153153
154154 if ($this->textAttributeConceptId == 0)
155155 $this->textAttributeConceptId = $this->bootstrapDefinedMeaning("text attribute", "text attribute");