util.dataforms: Return the form

This commit is contained in:
Matthew Wild 2009-03-01 23:34:25 +00:00
parent fffdba514a
commit fbb86043bd

View file

@ -45,6 +45,7 @@ function form_t.form(layout, data)
-- Jump back up to list of fields
form:up();
end
return form;
end
function form_t.data(layout, stanza)