Example #1
0
	if (!$module->activated('healthcenter') && $initmod) {
		$healthcenter->init_sql();
		$healthcenter->init_menu();
		$healthcenter->init_deps();
		$healthcenter->init_lang();
		$healthcenter->init_help();
	}
}
if (file_exists('../modules/icd10/class.icd10.php')) {
	include '../modules/icd10/class.icd10.php';
	$icd10 = new icd10;
	if (!$module->activated('icd10') && $initmod) {
		$icd10->init_sql();
		$icd10->init_menu();
		$icd10->init_deps();
		$icd10->init_lang();
		$icd10->init_help();
	}
}
if (file_exists('../modules/imci/class.imci.php')) {
	include '../modules/imci/class.imci.php';
	$imci = new imci;
	if (!$module->activated('imci') && $initmod) {
		$imci->init_sql();
		$imci->init_menu();
		$imci->init_deps();
		$imci->init_lang();
		$imci->init_help();
	}
}
if (file_exists('../modules/injury/class.injury.php')) {