diff options
Diffstat (limited to 'tools/bddb/edlog.php')
-rw-r--r-- | tools/bddb/edlog.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bddb/edlog.php b/tools/bddb/edlog.php index f819b46..7f311bf 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'); |