diff options
Diffstat (limited to 'lib/format.lua')
-rw-r--r-- | lib/format.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/format.lua b/lib/format.lua index 74408ff..903a593 100644 --- a/lib/format.lua +++ b/lib/format.lua @@ -76,15 +76,3 @@ function string_to_table (delimiter, text) return list end ---these maybe moved to html or something like that - --- give a cfe and get back a string of what is inside -function cfe_unpack ( a ) - if type(a) == "table" then - value = session.serialize("cfe", a) - value = "<pre>" .. value .. "</pre>" - return value - end - -end - |