Fixing style errors.

This commit is contained in:
stickler-ci 2022-12-14 15:21:42 +00:00
parent 1a16e41ce3
commit 70b6b3d82d

View File

@ -1277,7 +1277,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
if (empty($search_user)) {
$search_user = $user->id;
}
if($search_user > 0) $sql .= " AND t.fk_user = ".((int) $search_user);
if ($search_user > 0) $sql .= " AND t.fk_user = ".((int) $search_user);
}
if ($search_note) {