From 7a4cc2e6dffaa4e742c4a9504a9ccc5c781b8bea Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 8 May 2003 09:41:38 +0000 Subject: [PATCH] added news table --- config/dmsDefaults.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index e672d2f..2625d35 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -79,6 +79,8 @@ $default->owl_links_table = "links"; $default->owl_metadata_table = "metadata_lookup"; // Table with mime info $default->owl_mime_table = "mime_types"; +// dashboard news table +$default->owl_news_table = "news"; // organisation information $default->owl_organisations_table = "organisations_lookup"; // stores role information (name and access) -- libgit2 0.21.4