[open-ils-commits] r14108 - tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Sep 22 21:10:49 EDT 2009


Author: miker
Date: 2009-09-22 21:10:48 -0400 (Tue, 22 Sep 2009)
New Revision: 14108

Modified:
   tags/rel_1_6_0_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: tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm	2009-09-23 00:49:02 UTC (rev 14107)
+++ tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm	2009-09-23 01:10:48 UTC (rev 14108)
@@ -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