[open-ils-commits] r14100 - branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Sep 22 16:36:05 EDT 2009


Author: dbs
Date: 2009-09-22 16:36:00 -0400 (Tue, 22 Sep 2009)
New Revision: 14100

Modified:
   branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm
Log:
Backport r14098 from trunk: fix typo in CDBI/config.pm (courtesy Jason Stephenson)


Modified: branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm	2009-09-22 20:35:29 UTC (rev 14099)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm	2009-09-22 20:36:00 UTC (rev 14100)
@@ -36,7 +36,7 @@
 
 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/);
 #-------------------------------------------------------------------------------



More information about the open-ils-commits mailing list