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