From: dbs Date: Tue, 22 Sep 2009 20:36:55 +0000 (+0000) Subject: Backport r14098 from trunk: fix typo in CDBI/config.pm (courtesy Jason Stephenson) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6817c27f0f39c8a50eeb7140db4f87fbb6420573;p=Evergreen.git 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 --- 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/); #-------------------------------------------------------------------------------