Index: trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php |
— | — | @@ -39,11 +39,11 @@ |
40 | 40 | $this->dieUsage("The substring must be specified", 'param_substr'); |
41 | 41 | } |
42 | 42 | if ($property != '') { |
43 | | - $data = sffGetAllPagesForProperty_1_2($property, $substr); |
| 43 | + $data = sffGetAllValuesForProperty_1_2($property, $substr); |
44 | 44 | } elseif ($relation != '') { |
45 | | - $data = sffGetAllPagesForProperty_orig(true, $relation, $substr); |
| 45 | + $data = sffGetAllValuesForProperty_orig(true, $relation, $substr); |
46 | 46 | } elseif ($attribute != '') { |
47 | | - $data = sffGetAllPagesForProperty_orig(false, $attribute, $substr); |
| 47 | + $data = sffGetAllValuesForProperty_orig(false, $attribute, $substr); |
48 | 48 | } elseif ($category != '') { |
49 | 49 | $data = sffGetAllPagesForCategory($category, 3, $substr); |
50 | 50 | } elseif ($concept != '') { |