Contact option : export CSV

This commit is contained in:
Dany De Bontridder 2020-10-10 21:21:14 +02:00
parent d3a05bfa18
commit 75190f41e1
5 changed files with 83 additions and 3 deletions

View file

@ -50,6 +50,7 @@ if ( $action=='X' || $g_user->check_print($action)==0 )
$prfile=$cn->get_value("select me_file from menu_ref where me_code=$1",array($action));
if ( $prfile == "") {
print $action;
die (_('Export impossible'));
}
require_once NOALYSS_INCLUDE."/export/$prfile";