From 94ccc58b35e1af8d37e8465c0616fd8673f874c3 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Fri, 23 May 2014 10:21:04 -0500
Subject: [PATCH] export: Add new tables for osTicket 1.9

---
 include/class.export.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/class.export.php b/include/class.export.php
index 984c1da07..f112b15a3 100644
--- a/include/class.export.php
+++ b/include/class.export.php
@@ -315,7 +315,8 @@ class DatabaseExporter {
         TIMEZONE_TABLE, SESSION_TABLE, PAGE_TABLE,
         FORM_SEC_TABLE, FORM_FIELD_TABLE, LIST_TABLE, LIST_ITEM_TABLE,
         FORM_ENTRY_TABLE, FORM_ANSWER_TABLE, USER_TABLE, USER_EMAIL_TABLE,
-        PLUGIN_TABLE, TICKET_COLLABORATOR_TABLE
+        PLUGIN_TABLE, TICKET_COLLABORATOR_TABLE,
+        USER_ACCOUNT_TABLE, ORGANIZATION_TABLE, NOTE_TABLE
     );
 
     function DatabaseExporter($stream, $options=array()) {
-- 
GitLab