Commit 7a4cc2e6dffaa4e742c4a9504a9ccc5c781b8bea

Authored by Michael Joseph
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,6 +79,8 @@ $default->owl_links_table = "links";
79 $default->owl_metadata_table = "metadata_lookup"; 79 $default->owl_metadata_table = "metadata_lookup";
80 // Table with mime info 80 // Table with mime info
81 $default->owl_mime_table = "mime_types"; 81 $default->owl_mime_table = "mime_types";
  82 +// dashboard news table
  83 +$default->owl_news_table = "news";
82 // organisation information 84 // organisation information
83 $default->owl_organisations_table = "organisations_lookup"; 85 $default->owl_organisations_table = "organisations_lookup";
84 // stores role information (name and access) 86 // stores role information (name and access)