summaryrefslogtreecommitdiffstats
path: root/tools/bddb/donewlog.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bddb/donewlog.php')
-rw-r--r--tools/bddb/donewlog.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bddb/donewlog.php b/tools/bddb/donewlog.php
index b00de955bc..35ba1251f7 100644
--- a/tools/bddb/donewlog.php
+++ b/tools/bddb/donewlog.php
@@ -23,6 +23,9 @@
die("date is invalid (input '$date', yyyy-mm-dd '$y-$m-$d')");
$query.=", date='$date'";
+ if (isset($who))
+ $query.=", who='" . $who . "'";
+
if (isset($details))
$query.=", details='" . rawurlencode($details) . "'";
OpenPOWER on IntegriCloud