Commit 7a4cc2e6dffaa4e742c4a9504a9ccc5c781b8bea
1 parent
e202539d
added news table
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1758 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
config/dmsDefaults.php
| ... | ... | @@ -79,6 +79,8 @@ $default->owl_links_table = "links"; |
| 79 | 79 | $default->owl_metadata_table = "metadata_lookup"; |
| 80 | 80 | // Table with mime info |
| 81 | 81 | $default->owl_mime_table = "mime_types"; |
| 82 | +// dashboard news table | |
| 83 | +$default->owl_news_table = "news"; | |
| 82 | 84 | // organisation information |
| 83 | 85 | $default->owl_organisations_table = "organisations_lookup"; |
| 84 | 86 | // stores role information (name and access) | ... | ... |