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'; $ntp_report = new ntp_report; if (!$module->activated('ntp_report') && $initmod) { $ntp_report->init_sql(); $ntp_report->init_menu(); $ntp_report->init_deps(); $ntp_report->init_lang(); $ntp_report->init_help(); } } if (file_exists('../modules/occupation/class.occupation.php')) {