aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 7b22424a9..3dee2234c 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -379,8 +379,6 @@
*/
public function export()
{
- global $CONFIG;
-
$tmp = array();
// Generate uuid
@@ -830,7 +828,7 @@
*/
function import_entity_plugin_hook($hook, $entity_type, $returnvalue, $params)
{
- $name = $params['name'];
+/* $name = $params['name'];
$element = $params['element'];
$tmp = NULL;
@@ -849,6 +847,7 @@
return $tmp;
}
+*/
}
/**