try fixing phpstan

This commit is contained in:
guthub 2025-01-03 14:43:30 +01:00
parent 420bb4d622
commit e071263718

View File

@ -71,10 +71,10 @@ $search_categ_cus = GETPOST("search_categ_cus", 'intcomma', 3) ? GETPOST("search
// If not choice done on calendar owner (like on left menu link "Agenda"), we filter on user.
if (empty($filtert) && !getDolGlobalString('AGENDA_ALL_CALENDARS')) {
$filtert = $user->id;
$filtert = "".$user->id;
}
//TODO : debug : if filtert ON : no bookcal -> nothing is altering filtert ???
$filtert=-1;
$filtert="-1";
$newparam = '';