Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php |
— | — | @@ -1620,9 +1620,6 @@ |
1621 | 1621 | } |
1622 | 1622 | ///TODO: implement check for unit |
1623 | 1623 | $where .= $table . '.' . $valuefield . $op . $db->addQuotes($value); |
1624 | | - if ($sort != '') { |
1625 | | - $this->m_sortfield = $table . '.' . $valuefield; |
1626 | | - } |
1627 | 1624 | } |
1628 | 1625 | } |
1629 | 1626 | } elseif ($description instanceof SMWValueList) { |