rfe #2726479 [export] Export tables preselect

This commit is contained in:
Herman van Rink
2009-06-12 12:35:18 +00:00
parent 35e0a1efe5
commit c6c39d2b2e
6 changed files with 17 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ function PMA_pluginGetChoice($section, $name, &$list, $cfgname = NULL)
. PMA_pluginIsActive($section, $cfgname, $plugin_name) . '/>' . "\n";
$ret .= '<label for="radio_plugin_' . $plugin_name . '">'
. PMA_getString($val['text']) . '</label>' . "\n";
$ret .= '<br /><br />' . "\n";
$ret .= '<br />' . "\n";
}
return $ret;
}