CMS  Version 3.9
batch_import.inc File Reference

Go to the source code of this file.

Variables

if(! $process) else
 
 $class = checkIdentifier($_GET["data_import_class"])
 
 $import_profile_id = checkNumeric($_GET["import_profile_id"])
 
 $format = checkIdentifier($_GET["data_file_format"])
 
 $new = checkNumeric($_GET["new"])
 
 $matching = checkNumeric($_GET["matching"])
 

Variable Documentation

◆ $class

$class = checkIdentifier($_GET["data_import_class"])

Definition at line 28 of file batch_import.inc.

◆ $format

$format = checkIdentifier($_GET["data_file_format"])

Definition at line 30 of file batch_import.inc.

◆ $import_profile_id

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

Definition at line 29 of file batch_import.inc.

◆ $matching

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

Definition at line 33 of file batch_import.inc.

◆ $new

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

Definition at line 32 of file batch_import.inc.

◆ else

if (! $process) else
Initial value:
{
$file = sanitizePath($_GET["data_import_file"])
$file
Definition: delete.inc:47

Definition at line 25 of file batch_import.inc.