Commit 74b743ca4b8760ca1566ea23b8fd97e53c44d515
1 parent
f47e11f0
fixed missing semi-colon lfor groups_units_link
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@249 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
config/dmsDefaults.php
| @@ -75,7 +75,7 @@ $default->owl_groups_folders_table = "groups_folders_link"; | @@ -75,7 +75,7 @@ $default->owl_groups_folders_table = "groups_folders_link"; | ||
| 75 | // stores group information | 75 | // stores group information |
| 76 | $default->owl_groups_table = "groups_lookup"; | 76 | $default->owl_groups_table = "groups_lookup"; |
| 77 | // links groups to units | 77 | // links groups to units |
| 78 | -$default->owl_groups_units_table = "groups_units_link" | 78 | +$default->owl_groups_units_table = "groups_units_link"; |
| 79 | // links | 79 | // links |
| 80 | $default->owl_links_table = "links"; | 80 | $default->owl_links_table = "links"; |
| 81 | // Table with mime info | 81 | // Table with mime info |