Backport r14098 from trunk: fix typo in CDBI/config.pm (courtesy Jason Stephenson)
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 22 Sep 2009 20:36:25 +0000 (20:36 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 22 Sep 2009 20:36:25 +0000 (20:36 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@14101 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm

index b8195f0..5e88455 100644 (file)
@@ -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/);
 #-------------------------------------------------------------------------------