mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
try fixing phpstan
This commit is contained in:
parent
420bb4d622
commit
e071263718
|
|
@ -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 = '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user