Fix XSS in function.php, reported by Mateusz Goik.
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 27 Feb 2012 22:45:55 +0000 (23:45 +0100)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 27 Feb 2012 22:48:32 +0000 (23:48 +0100)
commit68224af8dd078754237cdd4db0fc187be8f96170
treed0434b94ca4796ccc4e764e00032b3c8f5026679
parent9c375b30269a55f5c8cf30f14f65dbd5fe20e0cd
Fix XSS in function.php, reported by Mateusz Goik.

I'm not sure why the name and the type the functions were not escaped
*on purpose* here. There's no more reason here than in any other place
with other PostgreSQL objects to not escape the name or the type...
functions.php