Opened 20 months ago
Closed 20 months ago
#2868 closed defect (fixed)
serverdatafunctions.php uses removed function get_magic_quotes_gpc()
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | Map Admin | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
This breaks the site administrator when applying log properties.
According to PHP 8 migration discussions around this function, the suggestion is to just treat as though this function returns false
, so whatever branching decisions were made from this return value, just remove the true
condition path
Note:
See TracTickets
for help on using tickets.
In 10049: