Commit d4c3751becc8ab7cb2c097574fb20f5a6b7379b2

Authored by conradverm
1 parent 7806c659

KTS-1687

"Double quote to single quote conversion"
Fixed. Accidentally missed one double quote.
Reviewed by: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6219 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
config/tableMappings.inc
@@ -149,7 +149,7 @@ $default->dashlet_disable_table = 'dashlet_disables'; @@ -149,7 +149,7 @@ $default->dashlet_disable_table = 'dashlet_disables';
149 $default->role_allocations_table = 'role_allocations'; 149 $default->role_allocations_table = 'role_allocations';
150 $default->document_role_allocations_table = 'document_role_allocations'; 150 $default->document_role_allocations_table = 'document_role_allocations';
151 $default->plugins_table = 'plugins'; 151 $default->plugins_table = 'plugins';
152 -$default->document_metadata_version_table = "document_metadata_version'; 152 +$default->document_metadata_version_table = 'document_metadata_version';
153 $default->document_content_version_table = 'document_content_version'; 153 $default->document_content_version_table = 'document_content_version';
154 $default->trigger_selection_table = 'trigger_selection'; 154 $default->trigger_selection_table = 'trigger_selection';
155 $default->type_workflow_map_table = 'type_workflow_map'; 155 $default->type_workflow_map_table = 'type_workflow_map';