Commit d324ca60c9362ca4567515845a5060dc0461c5b9

Authored by mukhtar
1 parent 0b8f2ca6

added units_lookup and units_organisations_link tables..


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@642 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 1 deletions
config/dmsDefaults.php
@@ -99,7 +99,9 @@ $default->owl_subscriptions_table = "subscriptions"; @@ -99,7 +99,9 @@ $default->owl_subscriptions_table = "subscriptions";
99 // stores default system settings 99 // stores default system settings
100 $default->owl_system_settings_table = "system_settings"; 100 $default->owl_system_settings_table = "system_settings";
101 // Table with unit information 101 // Table with unit information
102 -$default->owl_units_table = "units"; 102 +$default->owl_units_table = "units_lookup";
  103 +// Table with unit organisation link tables
  104 +$default->owl_units_organisations_link_table = "units_organisations_link";
103 // Table with user info 105 // Table with user info
104 $default->owl_users_table = "users"; 106 $default->owl_users_table = "users";
105 // links groups to users 107 // links groups to users