comparison mod_muc_log/mod_muc_log.lua @ 1325:b21236b6b8d8

Backed out changeset 853a382c9bd6
author Kim Alvefur <zash@zash.se>
date Fri, 28 Feb 2014 15:37:55 +0100
parents 853a382c9bd6
children 7dbde05b48a9
comparison
equal deleted inserted replaced
1324:853a382c9bd6 1325:b21236b6b8d8
94 break; 94 break;
95 end 95 end
96 end 96 end
97 end 97 end
98 end 98 end
99 datamanager.getpath(node, host, datastore, nil, true); -- create the datastore dir
100 data_store(node, host, datastore .. "/" .. today, data); 99 data_store(node, host, datastore .. "/" .. today, data);
101 end 100 end
102 end 101 end
103 end 102 end
104 end 103 end