]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/bddb/donewlog.php
Patches by Murray Jensen, 17 Jun 2003:
[people/ms/u-boot.git] / tools / bddb / donewlog.php
index b00de955bc59011cb53c25717264cb6ba14021dd..35ba1251f7df46b51c8d9386247b7509ad269ed1 100644 (file)
@@ -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) . "'";