Exemplo n.º 1
0
	if (!$module->activated('appointment') && $initmod) {
		$appointment->init_sql();
		$appointment->init_menu();
		$appointment->init_deps();
		$appointment->init_lang();
		$appointment->init_help();
	}
}
if (file_exists('../modules/barangay/class.barangay.php')) {
	include '../modules/barangay/class.barangay.php';
	$barangay = new barangay;
	if (!$module->activated('barangay') && $initmod) {
		$barangay->init_sql();
		$barangay->init_menu();
		$barangay->init_deps();
		$barangay->init_lang();
		$barangay->init_help();
	}
}
if (file_exists('../modules/birthday/class.birthday.php')) {
	include '../modules/birthday/class.birthday.php';
	$birthday = new birthday;
	if (!$module->activated('birthday') && $initmod) {
		$birthday->init_sql();
		$birthday->init_menu();
		$birthday->init_deps();
		$birthday->init_lang();
		$birthday->init_help();
	}
}
if (file_exists('../modules/calendar/class.calendar.php')) {