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