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