diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index a426f35..96bfbd6 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -89,7 +89,7 @@ $default->owl_document_types_table = "document_types"; $default->owl_document_type_fields_table = "document_type_fields"; //Table with document type field info -$default->owl_fields_table = "fields"; +$default->owl_fields_table = "document_fields"; // Change this to reflect the database you are using require_once("$default->owl_fs_root/phplib/db_mysql.inc");