From b32686ec09c8e76d0a86d30074f6b6a292f0d312 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Thu, 27 Jan 2011 20:14:46 +0000 Subject: [PATCH] NIHVIVO-1923 Correction to previous commit. Fix had been temporarily commented out. --- productMods/edit/forms/personHasPositionHistory.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/edit/forms/personHasPositionHistory.jsp b/productMods/edit/forms/personHasPositionHistory.jsp index d49c19bb..ed9e22c7 100644 --- a/productMods/edit/forms/personHasPositionHistory.jsp +++ b/productMods/edit/forms/personHasPositionHistory.jsp @@ -159,7 +159,7 @@ type is returned and we don't get a match to the select element options. --%> SELECT ?existingOrgType WHERE { ?position <${positionInOrgPred}> ?existingOrg . ?existingOrg a ?existingOrgType . - # ?existingOrgType rdfs:subClassOf <${orgClass}> . + ?existingOrgType rdfs:subClassOf <${orgClass}> . }