summaryrefslogtreecommitdiffstats
path: root/tools/bddb/newlog.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bddb/newlog.php')
-rw-r--r--tools/bddb/newlog.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bddb/newlog.php b/tools/bddb/newlog.php
index 5ec42ac289..3f516391b6 100644
--- a/tools/bddb/newlog.php
+++ b/tools/bddb/newlog.php
@@ -26,6 +26,9 @@
// date date
print_field("date", array('date' => date("Y-m-d")));
+ // who char(20)
+ print_field("who", "");
+
// details text
print_field_multiline("details", array(), 60, 10, 'text_filter');
OpenPOWER on IntegriCloud