Index: trunk/extensions/SemanticMediaWiki/includes/export/SMW_Exporter.php |
— | — | @@ -596,7 +596,7 @@ |
597 | 597 | * @param $dataItemType integer type ID of dataitem (see SMWDataItem) |
598 | 598 | * @return boolean |
599 | 599 | */ |
600 | | - static public function getDataItemValueExpElement( $dataItemType ) { |
| 600 | + static public function hasHelperExpElement( $dataItemType ) { |
601 | 601 | return ( $dataItemType == SMWDataItem::TYPE_TIME ); |
602 | 602 | } |
603 | 603 | |