audit impression
This commit is contained in:
parent
4bc220f2a4
commit
b2330c588d
2 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ if ( $act=='X' || ! isset($_GET['act']) || $user->check_print($_GET['act'])==0 )
|
|||
exit();
|
||||
}
|
||||
|
||||
|
||||
switch( $_GET['act'])
|
||||
{
|
||||
case 'CSV:histo':
|
||||
|
|
|
|||
|
|
@ -715,6 +715,7 @@ class User
|
|||
function check_print($p_action)
|
||||
{
|
||||
global $audit,$cn;
|
||||
$this->audit('AUDIT', $p_action);
|
||||
if ($this->Admin() == 1)
|
||||
return 1;
|
||||
if ($this->is_local_admin(dossier::id()) == 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue