Commit 38495c808d8aaca14c45dd11d7508e1afafc296c

Authored by rob
1 parent 35f22230

added dependant_documents and document_link to $default


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1831 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 0 deletions
config/dmsDefaults.php
... ... @@ -120,6 +120,8 @@ $default->owl_words_lookup_table = "words_lookup";
120 120 //stores help text
121 121 $default->owl_help_table = "help";
122 122 $default->owl_document_text_table = "document_text";
  123 +$default->owl_dependant_document_table = "dependant_document";
  124 +$default->owl_document_link_table = "document_link";
123 125  
124 126 // logo file that must reside inside lang/graphics directory
125 127 $default->logo = "kt.jpg";
... ...