From: dbs Date: Tue, 22 Sep 2009 20:35:29 +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=8234c209fd7b2e3f8268087b1d58d2b51cdfe4fa;p=working%2FEvergreen.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_6@14099 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/); #-------------------------------------------------------------------------------