Portions created by the Initial Developer are Copyright (C) 2008-2012 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ //use the module class to get the list of modules from the db and add any missing modules if ($domains_processed == 1) { $mod = new modules; $mod->db = $db; $mod->dir = $_SESSION['switch']['mod']['dir']; $mod->get_modules(); $mod->synch(); $msg = $mod->msg; //synchronize the modules save_module_xml(); } ?>