noalyss Version-9
Variables
ajax_tag_add_action.php File Reference

remove tag , call from follow up More...

Go to the source code of this file.

Variables

 $fl =new Follow_Up($cn)
 
 $html =escape_xml($response)
 
 $http =new HttpInput()
 
 $nb_atag =count($aTag)
 
 $response = ob_get_clean()
 
$fl ag_id =$http->request("ag_id","number")
 
if( $http->request("isgroup")=='t') else
 

Detailed Description

remove tag , call from follow up

See also
Follow_Up
Tag

Definition in file ajax_tag_add_action.php.

Variable Documentation

◆ $fl

$fl =new Follow_Up($cn)

Definition at line 29 of file ajax_tag_add_action.php.

◆ $html

$html =escape_xml($response)

Definition at line 53 of file ajax_tag_add_action.php.

◆ $http

$http =new HttpInput()

Definition at line 27 of file ajax_tag_add_action.php.

◆ $nb_atag

$nb_atag =count($aTag)

Definition at line 40 of file ajax_tag_add_action.php.

◆ $response

$response = ob_get_clean()

Definition at line 52 of file ajax_tag_add_action.php.

◆ ag_id

$fl ag_id =$http->request("ag_id","number")

◆ else

if ($http->request("isgroup")=='t') else
Initial value:
{
$aTag=$cn->get_array("select t_id,t_tag ,t_color from jnt_tag_group_tag jtgt join tags on (tag_id=t_id) where tag_group_id=$1 order by 2 ",[$http->request("t_id","number")])

Definition at line 37 of file ajax_tag_add_action.php.