|
|
|
@ -24,7 +24,7 @@ define('REENVIADO', 'REE'); // @todo delete option. This is a location of USIL |
|
|
|
|
|
|
|
|
|
/* Ticket priority constants */ |
|
|
|
|
define('NORMAL', 'NRM'); |
|
|
|
|
define('HIGH', 'ALT'); |
|
|
|
|
define('HIGH', 'HGH'); |
|
|
|
|
define('LOW', 'LOW'); |
|
|
|
|
|
|
|
|
|
/* Ticket source constants */ |
|
|
|
@ -42,6 +42,7 @@ require_once api_get_path(LIBRARY_PATH) . 'plugin.class.php'; |
|
|
|
|
require_once api_get_path(LIBRARY_PATH) . 'course.lib.php'; |
|
|
|
|
require_once api_get_path(LIBRARY_PATH) . 'mail.lib.inc.php'; |
|
|
|
|
require_once api_get_path(LIBRARY_PATH) . 'export.lib.inc.php'; |
|
|
|
|
require_once api_get_path(LIBRARY_PATH) . 'fileUpload.lib.php'; |
|
|
|
|
|
|
|
|
|
require_once api_get_path(PLUGIN_PATH) . PLUGIN_NAME . '/lib/ticket_plugin.class.php'; |
|
|
|
|
require_once api_get_path(PLUGIN_PATH) . PLUGIN_NAME . '/src/ticket_plugin.class.php'; |
|
|
|
|
require_once api_get_path(PLUGIN_PATH) . PLUGIN_NAME . '/src/ticket.class.php'; |
|
|
|
|