reformatting on RSVP.php
This commit is contained in:
parent
b653b2fb64
commit
39b308bf90
@ -177,7 +177,8 @@ class RSVP extends Managed_DataObject
|
|||||||
|
|
||||||
$content = sprintf(_('RSVPed %s for an event.'),
|
$content = sprintf(_('RSVPed %s for an event.'),
|
||||||
($result == RSVP::POSITIVE) ? _('positively') :
|
($result == RSVP::POSITIVE) ? _('positively') :
|
||||||
($result == RSVP::NEGATIVE) ? _('negatively') : _('possibly'));
|
($result == RSVP::NEGATIVE) ? _('negatively') :
|
||||||
|
_('possibly'));
|
||||||
|
|
||||||
$rendered = $content;
|
$rendered = $content;
|
||||||
|
|
||||||
@ -231,7 +232,9 @@ class RSVP extends Managed_DataObject
|
|||||||
|
|
||||||
static function forEvent($event)
|
static function forEvent($event)
|
||||||
{
|
{
|
||||||
$rsvps = array(RSVP::POSITIVE => array(), RSVP::NEGATIVE => array(), RSVP::POSSIBLE => array());
|
$rsvps = array(RSVP::POSITIVE => array(),
|
||||||
|
RSVP::NEGATIVE => array(),
|
||||||
|
RSVP::POSSIBLE => array());
|
||||||
|
|
||||||
$rsvp = new RSVP();
|
$rsvp = new RSVP();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user