Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DT_URI.php |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | function getXSDType() { |
60 | 60 | switch ($this->mMode) { |
61 | 61 | 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 |
63 | 63 | return 'http://www.w3.org/2001/XMLSchema#string'; |
64 | 64 | case SMW_URI_MODE_URL: |
65 | 65 | return 'http://www.w3.org/2001/XMLSchema#anyURI'; |