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==null) | $prfile = $cn->get_value("select me_file from menu_ref where me_code=$1",array($action)) |
| if ($prfile=="") | |
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.
| if ($action=='X'||!isset($_GET['act'])||$g_user->check_print($_GET['act'])==0) $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==null) $prfile = $cn->get_value("select me_file from menu_ref where me_code=$1",array($action)) |
Definition at line 51 of file export.php.
| if($prfile=="") |
Definition at line 52 of file export.php.