// BEGIN SERVER CODE: DO NOT EDIT // Server generated code // Generated 2010-10-08 00:36:56 // Module: _module.php // Author: Herman Tolentino MD // if (file_exists('../modules/alert/class.alert.php')) { include '../modules/alert/class.alert.php'; $alert = new alert(); if (!$module->activated('alert') && $initmod) { $alert->init_sql(); $alert->init_menu(); $alert->init_deps(); $alert->init_lang(); $alert->init_help(); } } if (file_exists('../modules/appointment/class.appointment.php')) { include '../modules/appointment/class.appointment.php'; $appointment = new appointment(); 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';