Skip to content
Snippets Groups Projects
Commit d510381c authored by Jonathan Putney's avatar Jonathan Putney
Browse files

Updating main.inc.php: File did not include a define statement for...

Updating main.inc.php: File did not include a define statement for TICKET_EMAIL_INFO_TABLE used by include/class.ticket.php
parent c44c823b
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@
define('PRIORITY_TABLE',TICKET_PRIORITY_TABLE);
define('TICKET_LOCK_TABLE',TABLE_PREFIX.'ticket_lock');
define('TICKET_EVENT_TABLE',TABLE_PREFIX.'ticket_event');
define('TICKET_EMAIL_INFO_TABLE',TABLE_PREFIX.'ticket_email_info');
define('EMAIL_TABLE',TABLE_PREFIX.'email');
define('EMAIL_TEMPLATE_TABLE',TABLE_PREFIX.'email_template');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment