Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/export/odt.php')
-rw-r--r--libraries/export/odt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/export/odt.php b/libraries/export/odt.php
index 6005312d6f..80be80f8c4 100644
--- a/libraries/export/odt.php
+++ b/libraries/export/odt.php
@@ -513,7 +513,7 @@ if (isset($plugin_list)) {
$triggers = PMA_DBI_get_triggers($db, $table);
- foreach($triggers as $trigger) {
+ foreach ($triggers as $trigger) {
$GLOBALS['odt_buffer'] .= '<table:table-row>';
$GLOBALS['odt_buffer'] .= '<table:table-cell office:value-type="string">'
. '<text:p>' . htmlspecialchars($trigger['name']) . '</text:p>'