Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | * @author Louis Gerbarg |
9 | 9 | */ |
10 | 10 | |
11 | | -define('SF_VERSION','1.2.2'); |
| 11 | +define('SF_VERSION','1.2.3'); |
12 | 12 | |
13 | 13 | // constants for special properties |
14 | 14 | define('SF_SP_HAS_DEFAULT_FORM', 1); |
— | — | @@ -677,7 +677,7 @@ |
678 | 678 | return $pages; |
679 | 679 | } |
680 | 680 | |
681 | | -function sffGetAllPagesForProperty_1_0($property_name, $substring = null) { |
| 681 | +function sffGetAllPagesForProperty_1_2($property_name, $substring = null) { |
682 | 682 | global $sfgMaxAutocompleteValues; |
683 | 683 | |
684 | 684 | $store = smwfGetStore(); |