PHP 7.4 Bugs in some reports.
[fa-stable.git] / reporting / rep710.php
index fdf1db846a1ea9a28f38dd89bb099cf137e6a3ae..9db53e60b46324e6c7d9fea9705f3063f2392a88 100644 (file)
@@ -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' => ''),