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