$banana->state = Array ('group' => $group, 'artid' => $artid);
if (is_null($group)) {
-
if (isset($_GET['subscribe'])) {
return $banana->action_listSubs();
} elseif (isset($_POST['subscribe'])) {
}
} else {
-
if (isset($_POST['action']) && $_POST['action']=='cancel') {
$res = $banana->action_cancelArticle($group, $artid);
} else {
}
$body_headers = $this->custom_plain;
- $body = wrap($body, "", $this->wrap);
+ $body = wrap($body, "");
// include attachment in the body
$uploaded = $this->_upload('newpj');