Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php |
— | — | @@ -779,7 +779,7 @@ |
780 | 780 | $row[] = new SMWResultArray(array($qt), $pr); |
781 | 781 | break; |
782 | 782 | case SMW_PRINT_RELS: |
783 | | - $row[] = new SMWResultArray($this->getRelationObjects($qt,$pr->getTitle()), $pr); |
| 783 | + $row[] = new SMWResultArray($this->getPropertyValues($qt,$pr->getTitle()), $pr); |
784 | 784 | break; |
785 | 785 | case SMW_PRINT_CATS: |
786 | 786 | $row[] = new SMWResultArray($this->getSpecialValues($qt,SMW_SP_HAS_CATEGORY), $pr); |