r36264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36263‎ | r36264 | r36265 >
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_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php
@@ -7,7 +7,7 @@
88 * @author Louis Gerbarg
99 */
1010
11 -define('SF_VERSION','1.2.2');
 11+define('SF_VERSION','1.2.3');
1212
1313 // constants for special properties
1414 define('SF_SP_HAS_DEFAULT_FORM', 1);
@@ -677,7 +677,7 @@
678678 return $pages;
679679 }
680680
681 -function sffGetAllPagesForProperty_1_0($property_name, $substring = null) {
 681+function sffGetAllPagesForProperty_1_2($property_name, $substring = null) {
682682 global $sfgMaxAutocompleteValues;
683683
684684 $store = smwfGetStore();

Status & tagging log