Update database_transaction_edit.php (#5155)

This commit is contained in:
chansizzle 2020-02-25 17:58:11 -07:00 committed by GitHub
parent cabde04672
commit d10978dae1
1 changed files with 15 additions and 13 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2016 - 2019
Portions created by the Initial Developer are Copyright (C) 2016 - 2020
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -409,6 +409,7 @@
if ($transaction_type == "delete") {
echo "<br /><br />\n";
echo "<table width='100%'>\n";
if (is_array($before)) {
foreach ($before as $table_name => $rows) {
echo " <tr>\n";
echo " <th>".escape($table_name)."</th><th>&nbsp;</th>\n";
@ -425,6 +426,7 @@
}
}
}
}
echo "</table>\n";
//add a few lines at the end