![]() |
CMS
Version 3.9
|
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"]) | |
$class = checkIdentifier($_GET["data_import_class"]) |
Definition at line 28 of file batch_import.inc.
$format = checkIdentifier($_GET["data_file_format"]) |
Definition at line 30 of file batch_import.inc.
$import_profile_id = checkNumeric($_GET["import_profile_id"]) |
Definition at line 29 of file batch_import.inc.
$matching = checkNumeric($_GET["matching"]) |
Definition at line 33 of file batch_import.inc.
$new = checkNumeric($_GET["new"]) |
Definition at line 32 of file batch_import.inc.
if (! $process) else |
Definition at line 25 of file batch_import.inc.