cfoe
2012-08-31 04b82aca0f7f3a2dd5bd08b1f94be6709a83d710
1
2
3
4
 
-- Removal of the domain module
UPDATE sys_user SET startmodule = 'dashboard' WHERE startmodule = 'domain';
UPDATE sys_user SET modules = replace(modules, ',domain', '') WHERE modules like '%domain%';