audit impression

This commit is contained in:
Dany De Bontridder 2011-11-23 22:40:20 +00:00
parent 4bc220f2a4
commit b2330c588d
2 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,6 @@ if ( $act=='X' || ! isset($_GET['act']) || $user->check_print($_GET['act'])==0 )
exit();
}
switch( $_GET['act'])
{
case 'CSV:histo':

View file

@ -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)