r36265 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36264‎ | r36265 | r36266 >
Date:15:37, 13 June 2008
Author:yaron
Status:old
Tags:
Comment:
sffGetAllPagesForProperty_1_0() renamed to sffGetAllPagesForProperty_1_2()
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php
@@ -37,7 +37,7 @@
3838 $this->dieUsage("The substring must be specified", 'param_substr');
3939 }
4040 if ($property != '') {
41 - $data = sffGetAllPagesForProperty_1_0($property, $substr);
 41+ $data = sffGetAllPagesForProperty_1_2($property, $substr);
4242 } elseif ($relation != '') {
4343 $data = sffGetAllPagesForProperty_0_7(true, $relation, $substr);
4444 } elseif ($attribute != '') {

Status & tagging log