From b87db2a82bb86b391930a37066bd0dd0a4c23a7d Mon Sep 17 00:00:00 2001 From: Dominik Sandjaja Date: Sun, 8 Mar 2015 13:54:36 +0100 Subject: [PATCH] Add missing table definition for table 'mail_autoresponder'. Add the define for the mail_autoresponder table. This define is needed in the update_0.9.inc.php script which is used when updating from an early version of froxlor or from SysCP. --- lib/tables.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tables.inc.php b/lib/tables.inc.php index 151eaac8..65fafc0a 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -21,6 +21,7 @@ define('TABLE_FTP_GROUPS', 'ftp_groups'); define('TABLE_FTP_USERS', 'ftp_users'); define('TABLE_FTP_QUOTALIMITS', 'ftp_quotalimits'); define('TABLE_FTP_QUOTATALLIES', 'ftp_quotatallies'); +define('TABLE_MAIL_AUTORESPONDER', 'mail_autoresponder'); define('TABLE_MAIL_USERS', 'mail_users'); define('TABLE_MAIL_VIRTUAL', 'mail_virtual'); define('TABLE_PANEL_ACTIVATION', 'panel_activation');