aboutsummaryrefslogtreecommitdiffstats
path: root/include/DReport.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-21 07:31:36 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-09-21 07:31:36 +0200
commit7834274bff5e86a7a0eb646f1319b5b9e4bac96f (patch)
tree5d0317e3aa203471f152f6ec2533150c5406906a /include/DReport.php
parent4f6506657208ebf3eadce3109d1bcd8407c7bdaf (diff)
parentd2565d0f61c139df6536ec9d90c10d7af29ef9e5 (diff)
downloadvolse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.tar.gz
volse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.tar.bz2
volse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.zip
Merge remote-tracking branch 'upstream/master'
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'];