noalyss Version-9
Variables
ajax_action_remove_concerned.php File Reference

remove concerned operation , call from follow up More...

Go to the source code of this file.

Variables

 $action_person_id =$cn->get_value(" select ap_id from action_person where ag_id =$1 and f_id =$2 ",[$ag_id,$f_id])
 
 $ctl = "other_".$action_person_id
 
 $f_id =$http->get("f_id", "number")
 
catch(Exception $exc) if(! $g_user->can_read_action($ag_id)) $follow =new Follow_Up_Other_Concerned($cn,$ag_id)
 
if(headers_sent() &&DEBUGNOALYSS > 0) $html = escape_xml($response)
 
 $http =new HttpInput()
 
 $response = ob_get_clean()
 
 try
 

Detailed Description

remove concerned operation , call from follow up

Definition in file ajax_action_remove_concerned.php.

Variable Documentation

◆ $action_person_id

$action_person_id =$cn->get_value(" select ap_id from action_person where ag_id =$1 and f_id =$2 ",[$ag_id,$f_id])

◆ $ctl

$ctl = "other_".$action_person_id

◆ $f_id

$f_id =$http->get("f_id", "number")

◆ $follow

catch(Exception $exc) if (! $g_user->can_read_action( $ag_id)) $follow =new Follow_Up_Other_Concerned($cn,$ag_id)

Definition at line 47 of file ajax_action_remove_concerned.php.

◆ $html

if (headers_sent() &&DEBUGNOALYSS > 0) $html = escape_xml($response)

Definition at line 64 of file ajax_action_remove_concerned.php.

◆ $http

$http =new HttpInput()

Definition at line 27 of file ajax_action_remove_concerned.php.

◆ $response

$response = ob_get_clean()

Definition at line 59 of file ajax_action_remove_concerned.php.

◆ try

try
Initial value:
{
$ag_id=$http->get("ag_id", "number")
$ag_id
Definition: action.inc.php:54

Definition at line 28 of file ajax_action_remove_concerned.php.