Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -27,19 +27,7 @@ |
28 | 28 | // load global functions |
29 | 29 | require_once('SF_GlobalFunctions.php'); |
30 | 30 | |
31 | | -### |
32 | | -# If you already have custom namespaces on your site, insert |
33 | | -# $sfgNamespaceIndex = ???; |
34 | | -# into your LocalSettings.php *before* including this file. |
35 | | -# The number ??? must be the smallest even namespace number |
36 | | -# that is not in use yet. However, it must not be smaller |
37 | | -# than 150. |
38 | | -## |
39 | | -if (!isset($sfgNamespaceIndex)) { |
40 | | - sffInitNamespaces(150); |
41 | | -} else { |
42 | | - sffInitNamespaces(); |
43 | | -} |
| 31 | +sffInitNamespaces(); |
44 | 32 | |
45 | 33 | ### |
46 | 34 | # The number of allowed values per autocomplete - too many might |