Fixing style errors.
This commit is contained in:
parent
1a16e41ce3
commit
70b6b3d82d
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user