From 16793d2fa5c5eb7be31ecf8dbd3efe73b2a3e616 Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 10 Jan 2003 09:51:04 +0000 Subject: [PATCH] Updated table names to match the new database --- config/dmsDefaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- libgit2 0.21.4