manage all the export to CSV or PDF act can be More...
Go to the source code of this file.
Enumerations | |
enum | ALLOWED |
Variables | |
$action = $g_user->check_dossier($gDossier) | |
global | $cn = new Database($gDossier) |
global | $g_parameter |
global | $g_user = new User($cn) |
$gDossier = dossier::id() | |
if($action=='X'||!isset($_GET['act'])||$g_user-> check_print($_GET['act'])==0) | $prfile = $cn->get_value("select me_file from menu_ref where me_code=$1",array($_GET['act'])) |
manage all the export to CSV or PDF act can be
Definition in file export.php.
enum ALLOWED |
Definition at line 27 of file export.php.
$action = $g_user->check_dossier($gDossier) |
Definition at line 37 of file export.php.
Definition at line 28 of file export.php.
global $g_parameter |
Definition at line 28 of file export.php.
Definition at line 28 of file export.php.
$gDossier = dossier::id() |
Definition at line 32 of file export.php.
if ($action=='X'||!isset($_GET['act'])||$g_user->check_print($_GET['act'])==0) $prfile = $cn->get_value("select me_file from menu_ref where me_code=$1",array($_GET['act'])) |
Definition at line 47 of file export.php.