Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -114,9 +114,9 @@ |
115 | 115 | } |
116 | 116 | |
117 | 117 | // these namespaces are defined in versions 1.4 and later of SMW |
118 | | - if (defined('SF_NS_FORM')) |
| 118 | + if (! defined('SF_NS_FORM')) |
119 | 119 | define('SF_NS_FORM', $sfgNamespaceIndex); |
120 | | - if (defined('SF_NS_FORM_TALK')) |
| 120 | + if (! defined('SF_NS_FORM_TALK')) |
121 | 121 | define('SF_NS_FORM_TALK', $sfgNamespaceIndex+1); |
122 | 122 | |
123 | 123 | sffInitContentLanguage($wgLanguageCode); |