r37178 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37177‎ | r37178 | r37179 >
Date:14:33, 6 July 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
minor, removed misplaced comment
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Concept.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Concept.php
@@ -131,7 +131,7 @@
132132 $owltype = SMWExporter::getOWLPropertyType(SMWDataValueFactory::getPropertyObjectTypeID($desc->getProperty()));
133133 if ($owltype == 'ObjectProperty') {
134134 $subdata = new SMWExpData(SMWExporter::getSpecialElement('owl','Thing'));
135 - } elseif ($owltype == 'DatatypeProperty') {#
 135+ } elseif ($owltype == 'DatatypeProperty') {
136136 $subdata = new SMWExpData(SMWExporter::getSpecialElement('rdfs','Literal'));
137137 } else { // no restrictions at all with annotation properties ...
138138 return new SMWExpData(SMWExporter::getSpecialElement('owl','Thing'));

Status & tagging log