Comparison

util/dataforms.lua @ 851:b48c7ed3f7f8

util.dataforms: Return the form
author Matthew Wild <mwild1@gmail.com>
date Sun, 01 Mar 2009 23:34:25 +0000
parent 845:fc3dced9801e
child 951:4b9207949735
comparison
equal deleted inserted replaced
850:edbd0d1fce93 851:b48c7ed3f7f8
43 end 43 end
44 44
45 -- Jump back up to list of fields 45 -- Jump back up to list of fields
46 form:up(); 46 form:up();
47 end 47 end
48 return form;
48 end 49 end
49 50
50 function form_t.data(layout, stanza) 51 function form_t.data(layout, stanza)
51 52
52 end 53 end