Do not export the delimiter for triggers
This commit is contained in:
parent
6490a75c4e
commit
b03249f64a
@ -94,7 +94,7 @@ function PMA_TRI_handleExport()
|
||||
|
||||
if (! empty($_GET['export_item']) && ! empty($_GET['item_name'])) {
|
||||
$item_name = $_GET['item_name'];
|
||||
$triggers = PMA_DBI_get_triggers($db, $table);
|
||||
$triggers = PMA_DBI_get_triggers($db, $table, '');
|
||||
$export_data = false;
|
||||
foreach ($triggers as $trigger) {
|
||||
if ($trigger['name'] === $item_name) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user