r19890 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19889‎ | r19890 | r19891 >
Date:09:51, 12 February 2007
Author:skierpage
Status:old
Tags:
Comment:
Add bug number (bug 8956) to comment.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_DT_URI.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DT_URI.php
@@ -58,7 +58,7 @@
5959 function getXSDType() {
6060 switch ($this->mMode) {
6161 case SMW_URI_MODE_EMAIL:
62 - // if this had mailto: in front in ExportRDF then it could be #anyURI
 62+ // Bug 8956 if this had mailto: in front in ExportRDF then it could be #anyURI
6363 return 'http://www.w3.org/2001/XMLSchema#string';
6464 case SMW_URI_MODE_URL:
6565 return 'http://www.w3.org/2001/XMLSchema#anyURI';

Status & tagging log