From b3d0d7622e809f39d143ac1c71bb21fb88ae365b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Apr 2006 16:34:44 +0000 Subject: [PATCH] oops forgot to remove FIXME comments --- libraries/export/latex.php | 1 - libraries/export/sql.php | 1 - 2 files changed, 2 deletions(-) diff --git a/libraries/export/latex.php b/libraries/export/latex.php index 08ee7c2c3c..8b4e8a605c 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 15cd4829c2..3c408aad74 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 { -- 2.11.4.GIT