EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
Variables
index.php File Reference

Go to the source code of this file.

Variables

$this breadcrumbs
 
if($_GET['new']!=0) else
 

Variable Documentation

$this breadcrumbs
Initial value:
=array(
'Interests Confirmation Function',
)

This function belongs to interest confirmation page used by system admin

Accepted requests are inserted into database and interests list Rejected ones are removed

Definition at line 11 of file index.php.

if ($_GET['new']!=0) else
Initial value:
{
if(isset($_POST["topicid"]))
{
$subtopicid=$_POST["topicid"];
foreach($subtopicid as $subtopicid)
{
$this->existing_confirm($subtopicid);
}}}

Definition at line 34 of file index.php.