From 6817c27f0f39c8a50eeb7140db4f87fbb6420573 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 22 Sep 2009 20:36:55 +0000 Subject: [PATCH] Backport r14098 from trunk: fix typo in CDBI/config.pm (courtesy Jason Stephenson) git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@14102 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b8195f0bfb..5e88455235 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm @@ -36,7 +36,7 @@ __PACKAGE__->columns(Essential => qw/field_class name xpath weight format search package config::identification_type; use base qw/config/; -__PACKAGE__->table('config_identifaction_type'); +__PACKAGE__->table('config_identification_type'); __PACKAGE__->columns(Primary => 'id'); __PACKAGE__->columns(Essential => qw/name/); #------------------------------------------------------------------------------- -- 2.11.0