| 1 |
<?php // $Id$ |
<?php // $Id: mlm.subscription.inc,v 1.1 2009/08/23 23:07:05 vauxia Exp $ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* A #process handler for mlm subscription elements. |
* A #process handler for mlm subscription elements. |
| 44 |
$element['subscribe_'. $mlm->lid]['#type'] = 'value'; |
$element['subscribe_'. $mlm->lid]['#type'] = 'value'; |
| 45 |
$element['subscribe_'. $mlm->lid]['#value'] = TRUE; |
$element['subscribe_'. $mlm->lid]['#value'] = TRUE; |
| 46 |
} |
} |
| 47 |
|
elseif ($settings['single']) { |
| 48 |
|
$element['subscribe_'. $mlm->lid]['#type'] = 'value'; |
| 49 |
|
$element['subscribe_'. $mlm->lid]['#value'] = !$mlm->_is_subscribed(); |
| 50 |
|
} |
| 51 |
} |
} |
| 52 |
|
|
| 53 |
// No lists to process. Skip out on adding extra text or form handling. |
// No lists to process. Skip out on adding extra text or form handling. |