webmcp

view framework/env/trace/restore_slots.lua @ 21:2e1dbc97877a

Changed version to 1.1.0
author jbe
date Thu Apr 22 20:45:58 2010 +0200 (2010-04-22)
parents 9fdfb27f8e67
children 0bbfee4d4aed
line source
1 --[[--
2 trace.restore_slots{
3 }
5 This function is used to log the event of restoring previously stored slot contents.
7 --]]--
9 function trace.restore_slots(args)
10 trace._new_entry{ type = "restore_slots" }
11 end

Impressum / About Us