dolibarr/htdocs/fichinter
MDW d3a58e2e48
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:18 +01:00
..
admin NEW Can edit property css, cssview, csslist on extrafields 2022-09-22 13:01:11 +02:00
class Fix $mybool |=... which is binary op, not boolean op 2024-03-21 13:45:18 +01:00
stats Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
tpl FIX: if we stop for security purpose, we must exit a non zero value. 2024-03-16 23:08:15 +01:00
agenda.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
card-rec.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
card.php fix create from order (#28660) 2024-03-07 19:11:43 +01:00
contact.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
document.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
index.php Fix: Initialise array before assigning values (#28728) 2024-03-09 16:32:02 +01:00
list.php Fix $arrayfields typing lost by dol_sort_array() by forcing the type 2024-03-20 23:29:48 +01:00
note.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00