Commit dd480f32b80f10e9721d1d21538d6849bd6bcc62
1 parent
be05ecb0
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 | 149 | $default->role_allocations_table = 'role_allocations'; |
| 150 | 150 | $default->document_role_allocations_table = 'document_role_allocations'; |
| 151 | 151 | $default->plugins_table = 'plugins'; |
| 152 | -$default->document_metadata_version_table = "document_metadata_version'; | |
| 152 | +$default->document_metadata_version_table = 'document_metadata_version'; | |
| 153 | 153 | $default->document_content_version_table = 'document_content_version'; |
| 154 | 154 | $default->trigger_selection_table = 'trigger_selection'; |
| 155 | 155 | $default->type_workflow_map_table = 'type_workflow_map'; | ... | ... |