Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move escaping function to global scope
PHP is not python and doesn't have the concept of local functions. Move the escaping function to the global scope so it isn't redeclared upon every call to get_sql_contribution().
- Loading branch information