%%generic-viewSubscriptionList-member-html%%
2002-09-10 00:36:00

%%preprocess%%
$this->getBaseUrl();

// note p_subscriptionList looks like 34,456,34,354965,36
// test for sitemember->id in this->p_subscriptionList
$subscriptionArray= explode(",",$this->p_subscriptionList);
foreach ($subscriptionArray AS $key=>$value) {
	$this->whereid.= "OR obj.id='$value' ";
    }
berror("<b>generic-viewSubscriptionList-member-html</b>: subscriberWhere= $this->subscriberWhere ",1);

%%header%%

%%css%%

%%template%%
<p class='objTitle'>Subscriber List for <a href='$this->baseUrl'>$this->title</a>:</p>
{list:SELECT obj.* FROM sitemember AS obj WHERE ( 0 $this->whereid ) $session->wherestatus $session->wherepublic ORDER BY obj.name ASC;list}
<p class='info'>Return to <a href='$this->baseUrl'>$this->title</a>.</p>

%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%

 
%%end of context%%
