}
}
}
- if (isset($methods['popup'])) {
- $methods['popup']['message'] = $this->getTitle($user);
- $description = $this->description;
- if (!empty($description)) {
- $methods['popup']['message'] .= "\n\n" . $description;
- }
- }
if (isset($methods['mail'])) {
$methods['mail']['body'] = sprintf(
_("We would like to remind you of this upcoming event.\n\n%s\n\nLocation: %s\n\nDate: %s\nTime: %s\n\n%s"),
}
}
}
- if (isset($methods['popup'])) {
- $methods['popup']['message'] = $this->name;
- if (!empty($this->desc)) {
- $methods['popup']['message'] .= "\n\n" . $this->desc;
- }
- }
if (isset($methods['mail'])) {
$methods['mail']['body'] = sprintf(
_("We would like to remind you of this due task.\n\n%s\n\nDate: %s\nTime: %s\n\n%s"),