Adds the JATUM serialization system. Inspired by @RemieRichards. Allows for easy serialization and deserialization of trivial datums.

Also adds a missing html_encode.
This commit is contained in:
Jordan Brown
2020-09-29 06:39:51 -03:00
committed by GitHub
parent 46ad24e640
commit f02dfcdb25
4 changed files with 224 additions and 1 deletions
+1 -1
View File
@@ -199,4 +199,4 @@ GLOBAL_PROTECT(LastAdminCalledProc)
. += "</font>"
else
. = "<font color='blue'>[procname] returned: [!isnull(returnval) ? returnval : "null"]</font>"
. = "<font color='blue'>[procname] returned: [!isnull(returnval) ? html_encode(returnval) : "null"]</font>"