Update database_transaction_edit.php (#5155)
This commit is contained in:
parent
cabde04672
commit
d10978dae1
|
|
@ -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> </th>\n";
|
||||
|
|
@ -425,6 +426,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
echo "</table>\n";
|
||||
|
||||
//add a few lines at the end
|
||||
|
|
|
|||
Loading…
Reference in New Issue