Comparison

util/datamanager.lua @ 129:0f119bece309

Fixed: Some modules did not return anything
author Waqas Hussain <waqas20@gmail.com>
date Thu, 23 Oct 2008 18:42:29 +0500
parent 117:8e5c5e6a3240
child 177:606c433955e7
comparison
equal deleted inserted replaced
128:77a1778b16e8 129:0f119bece309
91 simplesave(f, data); 91 simplesave(f, data);
92 f:close(); 92 f:close();
93 return true; 93 return true;
94 end 94 end
95 95
96 return _M;