Fix comments on profile

Incorrectly said this was for nudging, not subbing/unsubbing
This commit is contained in:
Evan Prodromou 2009-01-14 02:26:42 -05:00
parent 21d87778ae
commit 353f64f47f
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ require_once INSTALLDIR.'/lib/form.php';
class SubscribeForm extends Form class SubscribeForm extends Form
{ {
/** /**
* Profile of user to nudge * Profile of user to subscribe to
*/ */
var $profile = null; var $profile = null;
@ -59,7 +59,7 @@ class SubscribeForm extends Form
* Constructor * Constructor
* *
* @param HTMLOutputter $out output channel * @param HTMLOutputter $out output channel
* @param Profile $profile profile of user to nudge * @param Profile $profile profile of user to subscribe to
*/ */
function __construct($out=null, $profile=null) function __construct($out=null, $profile=null)

View File

@ -50,7 +50,7 @@ require_once INSTALLDIR.'/lib/form.php';
class UnsubscribeForm extends Form class UnsubscribeForm extends Form
{ {
/** /**
* Profile of user to nudge * Profile of user to unsubscribe from
*/ */
var $profile = null; var $profile = null;
@ -59,7 +59,7 @@ class UnsubscribeForm extends Form
* Constructor * Constructor
* *
* @param HTMLOutputter $out output channel * @param HTMLOutputter $out output channel
* @param Profile $profile profile of user to nudge * @param Profile $profile profile of user to unsub from
*/ */
function __construct($out=null, $profile=null) function __construct($out=null, $profile=null)