Exemplo n.º 1
0
	if (!$module->activated('graph') && $initmod) {
		$graph->init_sql();
		$graph->init_menu();
		$graph->init_deps();
		$graph->init_lang();
		$graph->init_help();
	}
}
if (file_exists('../modules/healthcenter/class.healthcenter.php')) {
	include '../modules/healthcenter/class.healthcenter.php';
	$healthcenter = new healthcenter;
	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')) {