r41490 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41489‎ | r41490 | r41491 >
Date:15:34, 1 October 2008
Author:yaron
Status:old
Tags:
Comment:
'sffGetAllPagesForProperty' renamed to 'sffGetAllValuesForProperty'
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php
@@ -39,11 +39,11 @@
4040 $this->dieUsage("The substring must be specified", 'param_substr');
4141 }
4242 if ($property != '') {
43 - $data = sffGetAllPagesForProperty_1_2($property, $substr);
 43+ $data = sffGetAllValuesForProperty_1_2($property, $substr);
4444 } elseif ($relation != '') {
45 - $data = sffGetAllPagesForProperty_orig(true, $relation, $substr);
 45+ $data = sffGetAllValuesForProperty_orig(true, $relation, $substr);
4646 } elseif ($attribute != '') {
47 - $data = sffGetAllPagesForProperty_orig(false, $attribute, $substr);
 47+ $data = sffGetAllValuesForProperty_orig(false, $attribute, $substr);
4848 } elseif ($category != '') {
4949 $data = sffGetAllPagesForCategory($category, 3, $substr);
5050 } elseif ($concept != '') {

Status & tagging log