X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=reporting%2Frep710.php;h=9db53e60b46324e6c7d9fea9705f3063f2392a88;hp=fdf1db846a1ea9a28f38dd89bb099cf137e6a3ae;hb=0ce53780d575e7bf4eefaa1b7edc0603131cc2b3;hpb=220f68cab16f746b276c7eaefba368ce6654178a diff --git a/reporting/rep710.php b/reporting/rep710.php index fdf1db84..9db53e60 100644 --- a/reporting/rep710.php +++ b/reporting/rep710.php @@ -80,7 +80,7 @@ function print_audit_trail() $aligns = array('left', 'left', 'left', 'left', 'left', 'left', 'left', 'right'); $usr = get_user($user); - $user_id = $usr['user_id']; + $user_id = isset($usr['user_id']) ? $usr['user_id'] : ""; $params = array( 0 => $comments, 1 => array('text' => _('Period'), 'from' => $from,'to' => $to), 2 => array('text' => _('Type'), 'from' => ($systype != -1 ? $systypes_array[$systype] : _('All')), 'to' => ''),