r23941 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23940‎ | r23941 | r23942 >
Date:08:57, 10 July 2007
Author:proes
Status:old
Tags:
Comment:
Call new link attribute functions.
Modified paths:
  • /trunk/extensions/Wikidata/php-tools/SwissProtImport.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/php-tools/SwissProtImport.php
@@ -783,7 +783,7 @@
784784
785785 // add the comment URL as URL attribute to the entry and link URL attribute with text attribute
786786 if ($comment->url != ""){
787 - addURLAttributeValue($definedMeaningId, $attributeMeaningId, $comment->url);
 787+ addLinkAttributeValue($definedMeaningId, $attributeMeaningId, $comment->url);
788788
789789 // link comment with its URL
790790 //addRelation($textId, $this->hasURLid, $urlId);

Status & tagging log