|
@@ 22-28 (lines=7) @@
|
| 19 |
|
$this->shift = $shift; |
| 20 |
|
} |
| 21 |
|
|
| 22 |
|
public function getHTMLBody() |
| 23 |
|
{ |
| 24 |
|
return 'You are recieving this message because your pending shift for '.$this->shift['roleID'].' starting at '.$this->shift['startTime'].' has been removed.<br/> |
| 25 |
|
Thank you for your interest in this shift, but we could not accomidate your request for this shift at this time.<br/> |
| 26 |
|
Thank you,<br/> |
| 27 |
|
Burning Flipside Volunteer Team'; |
| 28 |
|
} |
| 29 |
|
|
| 30 |
|
public function getTextBody() |
| 31 |
|
{ |
|
@@ 30-36 (lines=7) @@
|
| 27 |
|
Burning Flipside Volunteer Team'; |
| 28 |
|
} |
| 29 |
|
|
| 30 |
|
public function getTextBody() |
| 31 |
|
{ |
| 32 |
|
return 'You are recieving this message because your pending shift for '.$this->shift['roleID'].' starting at '.$this->shift['startTime'].' has been removed. |
| 33 |
|
Thank you for your interest in this shift, but we could not accomidate your request for this shift at this time. |
| 34 |
|
Thank you, |
| 35 |
|
Burning Flipside Volunteer Team'; |
| 36 |
|
} |
| 37 |
|
} |
| 38 |
|
/* vim: set tabstop=4 shiftwidth=4 expandtab: */ |
| 39 |
|
|