aboutsummaryrefslogtreecommitdiffstats
path: root/include/DReport.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-20 20:58:55 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-20 20:58:55 -0700
commit4fde0bf62e7ff0ad946eb76c7238402b2bdd6e85 (patch)
tree526f1d0a714ee5cb9bc4ead14aab78ed3fd14993 /include/DReport.php
parent177292de13d6787bc9d539f867ff850f0476bd67 (diff)
parenta679081993945d409cf88b6442610ad5b3dbd8b5 (diff)
downloadvolse-hubzilla-4fde0bf62e7ff0ad946eb76c7238402b2bdd6e85.tar.gz
volse-hubzilla-4fde0bf62e7ff0ad946eb76c7238402b2bdd6e85.tar.bz2
volse-hubzilla-4fde0bf62e7ff0ad946eb76c7238402b2bdd6e85.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts: include/zot.php
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'];