From 353f64f47f07116151f500f37738f11d8c376c33 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 Jan 2009 02:26:42 -0500 Subject: Fix comments on profile Incorrectly said this was for nudging, not subbing/unsubbing --- lib/unsubscribeform.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unsubscribeform.php') diff --git a/lib/unsubscribeform.php b/lib/unsubscribeform.php index 1d4c08a71..a724bb312 100644 --- a/lib/unsubscribeform.php +++ b/lib/unsubscribeform.php @@ -50,7 +50,7 @@ require_once INSTALLDIR.'/lib/form.php'; class UnsubscribeForm extends Form { /** - * Profile of user to nudge + * Profile of user to unsubscribe from */ var $profile = null; @@ -59,7 +59,7 @@ class UnsubscribeForm extends Form * Constructor * * @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) -- cgit v1.2.3-54-g00ecf