Index: trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php |
— | — | @@ -180,6 +180,7 @@ |
181 | 181 | $this->unstub(); |
182 | 182 | |
183 | 183 | if ( $smgUseSpatialExtensions ) { |
| 184 | + global $smgUseSpatialExtensions; |
184 | 185 | // TODO |
185 | 186 | } |
186 | 187 | else { |
— | — | @@ -194,6 +195,7 @@ |
195 | 196 | * @see SMWDataValue::getSignature |
196 | 197 | */ |
197 | 198 | public function getSignature() { |
| 199 | + global $smgUseSpatialExtensions; |
198 | 200 | return $smgUseSpatialExtensions ? 'c' : 'ff'; |
199 | 201 | } |
200 | 202 | |