CMS  Version 3.9
update_subscription_type.inc File Reference

Go to the source code of this file.

Variables

 $blog_subscriber_id = checkNumeric($_GET["blog_subscriber_id"])
 
 $subscription_type = $_GET["subscription_type"]
 
if(! $blog_subscriber_id) if(! $subscription_type$blogSubscriber = new BlogSubscriber($blog_subscriber_id)
 
$blogSubscriber filter = new ExclusionFilter("first_name", "last_name", "organization")
 
if($subscription_type !="unsubscribe") else
 

Variable Documentation

◆ $blog_subscriber_id

$blog_subscriber_id = checkNumeric($_GET["blog_subscriber_id"])

Definition at line 37 of file update_subscription_type.inc.

◆ $blogSubscriber

if (! $blog_subscriber_id) if (! $subscription_type) $blogSubscriber = new BlogSubscriber($blog_subscriber_id)

Definition at line 50 of file update_subscription_type.inc.

◆ $subscription_type

$subscription_type = $_GET["subscription_type"]

Definition at line 38 of file update_subscription_type.inc.

◆ else

if ( $subscription_type !="unsubscribe") else
Initial value:
{
$blogSubscriber->delete()
if(! $blog_subscriber_id) if(! $subscription_type) $blogSubscriber

Definition at line 60 of file update_subscription_type.inc.

◆ filter

$blogSubscriber filter = new ExclusionFilter("first_name", "last_name", "organization")

Definition at line 52 of file update_subscription_type.inc.