Skip to content

Commit

Permalink
removing unused ?member variable, fixes #655
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Ylikotila committed Dec 19, 2017
1 parent 0ef48fd commit 4e422d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/sparql/GenericSparql.php
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ private function generateParentListQuery($uri, $lang, $fallback, $props) {
$fcl = $this->generateFromClause();
$propertyClause = implode('|', $props);
$query = <<<EOQ
SELECT ?broad ?parent ?member ?children ?grandchildren
SELECT ?broad ?parent ?children ?grandchildren
(SAMPLE(?lab) as ?label) (SAMPLE(?childlab) as ?childlabel) (GROUP_CONCAT(?topcs; separator=" ") as ?tops)
(SAMPLE(?nota) as ?notation) (SAMPLE(?childnota) as ?childnotation) $fcl
WHERE {
Expand Down

0 comments on commit 4e422d5

Please sign in to comment.