r24125 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24124‎ | r24125 | r24126 >
Date:12:28, 15 July 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
Fixed deprecated function call
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php
@@ -779,7 +779,7 @@
780780 $row[] = new SMWResultArray(array($qt), $pr);
781781 break;
782782 case SMW_PRINT_RELS:
783 - $row[] = new SMWResultArray($this->getRelationObjects($qt,$pr->getTitle()), $pr);
 783+ $row[] = new SMWResultArray($this->getPropertyValues($qt,$pr->getTitle()), $pr);
784784 break;
785785 case SMW_PRINT_CATS:
786786 $row[] = new SMWResultArray($this->getSpecialValues($qt,SMW_SP_HAS_CATEGORY), $pr);

Status & tagging log