Actions
Bug #4958
closedEscape functions being called static but not marked static
Description
The escape sql, escape url, etc.. functions are called statically, but are not marked static. This results in strict standards warning.
Actions
Added by krileon almost 11 years ago. Updated almost 11 years ago.
Description
The escape sql, escape url, etc.. functions are called statically, but are not marked static. This results in strict standards warning.