dolibarr/htdocs/holiday
MDW 1a6ad0ea67
Fix $mybool |=... which is binary op, not boolean op
# Fix $mybool |=... which is binary op, not boolean op

This fixes PhanTypeInvalidLeftOperandOfBitwiseOp.
Replace $var |= ... with $var = ... || $var .
Add cast before ... when needed (@include does not always return bool).
|= always evaluates expression, there for || $var, not $var ||
2024-03-21 13:45:24 +01:00
..
class Fix $mybool |=... which is binary op, not boolean op 2024-03-21 13:45:24 +01:00
img Remove one thousand of useless files 2021-04-12 15:57:16 +02:00
card_group.php clean deprecated 2024-03-12 21:15:01 +01:00
card.php fix warnings 2024-03-12 22:48:12 +01:00
define_holiday.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
document.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
info.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
list.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
month_report.php clean deprecated 2024-03-12 21:15:01 +01:00
view_log.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00