From 0caf0b274a71b31511722a64711ecc128176073e Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 5 Jul 2006 20:19:48 +0000 Subject: [PATCH] typo ... and new field git-svn-id: svn://svn.open-ils.org/ILS/trunk@4893 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 1 + Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 7ec9cc6f33..88a1d437b7 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -336,6 +336,7 @@ + diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm index 6bc9763fd4..54d2d83681 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm @@ -31,7 +31,7 @@ package config::metabib_field; use base qw/config/; __PACKAGE__->table('config_metabib_field'); __PACKAGE__->columns(Primary => 'id'); -__PACKAGE__->columns(Essential => qw/field_class name xpath wieght/); +__PACKAGE__->columns(Essential => qw/field_class name xpath weight format/); #------------------------------------------------------------------------------- package config::identification_type; -- 2.11.0