Commit 6dff2b1bcbca99ee00a8bddc87f47e19a1ca8f7f

Authored by Michael Joseph
1 parent c5b99d83

updated archiving table names


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2239 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 3 deletions
config/dmsDefaults.php
@@ -125,10 +125,9 @@ $default->owl_dependant_document_template_table = "dependant_document_template"; @@ -125,10 +125,9 @@ $default->owl_dependant_document_template_table = "dependant_document_template";
125 $default->owl_dependant_document_instance_table = "dependant_document_instance"; 125 $default->owl_dependant_document_instance_table = "dependant_document_instance";
126 $default->owl_document_link_table = "document_link"; 126 $default->owl_document_link_table = "document_link";
127 // archive settings 127 // archive settings
128 -$default->owl_document_archiving_table = "document_archiving"; 128 +$default->owl_document_archiving_table = "document_archiving_link";
129 $default->owl_archiving_type_lookup_table = "archiving_type_lookup"; 129 $default->owl_archiving_type_lookup_table = "archiving_type_lookup";
130 -$default->owl_archiving_date_settings_table = "archiving_date_settings";  
131 -$default->owl_archiving_utilisation_settings_table = "archiving_utilisation_settings"; 130 +$default->owl_archiving_settings_table = "archiving_settings";
132 $default->owl_time_period_table = "time_period"; 131 $default->owl_time_period_table = "time_period";
133 $default->owl_time_unit_lookup_table = "time_unit_lookup"; 132 $default->owl_time_unit_lookup_table = "time_unit_lookup";
134 $default->owl_archive_restoration_table = "archive_restoration_request"; 133 $default->owl_archive_restoration_table = "archive_restoration_request";