[open-ils-commits] r14102 - branches/rel_1_4_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:37:01 EDT 2009
Author: dbs
Date: 2009-09-22 16:36:55 -0400 (Tue, 22 Sep 2009)
New Revision: 14102
Modified:
branches/rel_1_4_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_4_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm
===================================================================
--- branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm 2009-09-22 20:36:25 UTC (rev 14101)
+++ branches/rel_1_4_0/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/config.pm 2009-09-22 20:36:55 UTC (rev 14102)
@@ -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