aboutsummaryrefslogtreecommitdiffstats
path: root/include/DReport.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/DReport.php')
-rw-r--r--include/DReport.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/DReport.php b/include/DReport.php
index 6c7bf354a..ef86c8cbc 100644
--- a/include/DReport.php
+++ b/include/DReport.php
@@ -24,6 +24,15 @@ class DReport {
$this->date = datetime_convert();
}
+ function addto_recipient($name) {
+ $this->recipient = $this->recipient . ' ' . $name;
+ }
+
+ function addto_update($status) {
+ $this->status = $this->status . ' ' . $status;
+ }
+
+
function set($arr) {
$this->location = $arr['location'];
$this->sender = $arr['sender'];