Go to the source code of this file.
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.