summaryrefslogtreecommitdiff
path: root/tools/bddb/doedlog.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bddb/doedlog.php')
-rw-r--r--tools/bddb/doedlog.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bddb/doedlog.php b/tools/bddb/doedlog.php
index db27c37eb..f80047195 100644
--- a/tools/bddb/doedlog.php
+++ b/tools/bddb/doedlog.php
@@ -26,6 +26,9 @@
$query.=" date='$date'";
}
+ if (isset($who))
+ $query.=", who='" . $who . "'";
+
if (isset($details))
$query.=", details='" . rawurlencode($details) . "'";