diff --git a/libraries/export/latex.php b/libraries/export/latex.php index 08ee7c2c3..8b4e8a605 100644 --- a/libraries/export/latex.php +++ b/libraries/export/latex.php @@ -59,7 +59,6 @@ if (isset($plugin_list)) { array('type' => 'text', 'name' => 'null', 'text' => 'strReplaceNULLBy'); $plugin_list['latex']['options'][] = array('type' => 'egroup'); -/* FIXME: force either data or structure */ } else { /** diff --git a/libraries/export/sql.php b/libraries/export/sql.php index 15cd4829c..3c408aad7 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -111,7 +111,6 @@ if (isset($plugin_list)) { array('type' => 'select', 'name' => 'type', 'text' => 'strSQLExportType', 'values' => array('INSERT', 'UPDATE', 'REPLACE')); $plugin_list['sql']['options'][] = array('type' => 'egroup'); -/* FIXME: force either data or structure */ } } else {