r36738 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36737‎ | r36738 | r36739 >
Date:13:15, 27 June 2008
Author:yaron
Status:old
Tags:
Comment:
sffGetAllPagesForProperty_0_7() replaced with sffGetAllPagesForProperty_orig()
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormInputs.inc (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.inc
@@ -18,7 +18,7 @@
1919 $names_array = sffGetAllPagesForProperty_1_2($field_name);
2020 } else {
2121 $is_relation = ($autocomplete_field_type == 'relation');
22 - $names_array = sffGetAllPagesForProperty_0_7($is_relation, $field_name);
 22+ $names_array = sffGetAllPagesForProperty_orig($is_relation, $field_name);
2323 }
2424 } elseif ($autocomplete_field_type == 'category') {
2525 $names_array = sffGetAllPagesForCategory($field_name, 10);

Status & tagging log