Commit 16793d2fa5c5eb7be31ecf8dbd3efe73b2a3e616

Authored by rob
1 parent 2fe496a1

Updated table names to match the new database


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@109 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
config/dmsDefaults.php
@@ -89,7 +89,7 @@ $default->owl_document_types_table = "document_types"; @@ -89,7 +89,7 @@ $default->owl_document_types_table = "document_types";
89 $default->owl_document_type_fields_table = "document_type_fields"; 89 $default->owl_document_type_fields_table = "document_type_fields";
90 90
91 //Table with document type field info 91 //Table with document type field info
92 -$default->owl_fields_table = "fields"; 92 +$default->owl_fields_table = "document_fields";
93 93
94 // Change this to reflect the database you are using 94 // Change this to reflect the database you are using
95 require_once("$default->owl_fs_root/phplib/db_mysql.inc"); 95 require_once("$default->owl_fs_root/phplib/db_mysql.inc");