Commit d58b955139d9cc44452894c8fcb26a4e59a10675
1 parent
4a060d8c
Duplicate tables names found. Removed and updated them
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@173 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
config/dmsDefaults.php
| ... | ... | @@ -67,7 +67,7 @@ $default->owl_documents_table = "documents"; |
| 67 | 67 | // stores folders |
| 68 | 68 | $default->owl_folders_table = "folders"; |
| 69 | 69 | // links folders to users (and roles) for approval collaboration |
| 70 | -$default->owl_folders_table = "folders_user_roles_link"; | |
| 70 | +$default->owl_folders_user_roles_table = "folders_user_roles_link"; | |
| 71 | 71 | // stores approval collaboration information- approval roles mapped to folders with order |
| 72 | 72 | $default->owl_groups_folders_approval_table = "groups_folders_approval_link"; |
| 73 | 73 | // links groups to folders |
| ... | ... | @@ -75,7 +75,7 @@ $default->owl_groups_folders_table = "groups_folders_link;" |
| 75 | 75 | // stores group information |
| 76 | 76 | $default->owl_groups_table = "groups_lookup"; |
| 77 | 77 | // links groups to users and units |
| 78 | -$default->owl_groups_users_table = "groups_users_link"; | |
| 78 | +$default->owl_groups_users_table = "groups_users_link"; | |
| 79 | 79 | // links |
| 80 | 80 | $default->owl_links_table = "links"; |
| 81 | 81 | // Table with mime info | ... | ... |