oops forgot to remove FIXME comments

This commit is contained in:
Michal Čihař
2006-04-26 16:34:44 +00:00
parent 6e17c995fb
commit b3d0d7622e
2 changed files with 0 additions and 2 deletions

View File

@@ -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 {
/**

View File

@@ -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 {