r36736 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36735‎ | r36736 | r36737 >
Date:13:14, 27 June 2008
Author:yaron
Status:old
Tags:
Comment:
sffGetAllPagesForProperty_0_7() replaced with sffGetAllPagesForProperty_orig()
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php
@@ -45,9 +45,9 @@
4646 if ($property != '') {
4747 $data = sffGetAllPagesForProperty_1_2($property, $substr);
4848 } elseif ($relation != '') {
49 - $data = sffGetAllPagesForProperty_0_7(true, $relation, $substr);
 49+ $data = sffGetAllPagesForProperty_orig(true, $relation, $substr);
5050 } elseif ($attribute != '') {
51 - $data = sffGetAllPagesForProperty_0_7(false, $attribute, $substr);
 51+ $data = sffGetAllPagesForProperty_orig(false, $attribute, $substr);
5252 } elseif ($category != '') {
5353 $data = sffGetAllPagesForCategory($category, 3, $substr);
5454 } elseif ($namespace != '') {

Status & tagging log