File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 `in_interventi_tecnici`.`orario_fine` <= ' .prepare ($ end ).'
9292 )
9393 )
94- AND `idtecnico` IN( ' .implode (', ' , array_map ( prepare (...), $ tecnici) ).')
95- AND `in_interventi`.`idstatointervento` IN( ' .implode (', ' , array_map ( prepare (...), $ stati) ).')
96- AND `in_interventi_tecnici`.`idtipointervento` IN( ' .implode (', ' , array_map ( prepare (...), $ tipi) ).')
94+ AND `idtecnico` IN( ' .implode (', ' , $ tecnici ).')
95+ AND `in_interventi`.`idstatointervento` IN( ' .implode (', ' , $ stati ).')
96+ AND `in_interventi_tecnici`.`idtipointervento` IN( ' .implode (', ' , $ tipi ).')
9797 ' .Modules::getAdditionalsQuery (Module::where ('name ' , 'Interventi ' )->first ()->id ).'
9898 HAVING
99- `idzona` IN ( ' .implode (', ' , array_map ( prepare (...), $ zone) ).') ' ;
99+ `idzona` IN ( ' .implode (', ' , $ zone ).') ' ;
100100 $ sessioni = $ dbo ->fetchArray ($ query );
101101
102102 $ results = [];
You can’t perform that action at this time.
0 commit comments