summaryrefslogtreecommitdiffstats
path: root/tools/bddb/edlog.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bddb/edlog.php')
-rw-r--r--tools/bddb/edlog.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bddb/edlog.php b/tools/bddb/edlog.php
index f819b46a0d..7f311bfdbb 100644
--- a/tools/bddb/edlog.php
+++ b/tools/bddb/edlog.php
@@ -41,6 +41,9 @@
// date date
print_field("date", $row);
+ // who char(20)
+ print_field("who", $row);
+
// details text
print_field_multiline("details", $row, 60, 10, 'text_filter');
OpenPOWER on IntegriCloud