[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6693be3c9cdd8353556a045d61826ed6608fe91a

Evergreen Git git at git.evergreen-ils.org
Wed Jul 10 11:59:51 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  6693be3c9cdd8353556a045d61826ed6608fe91a (commit)
      from  a7b06d177875b01d73f5f33be9e138d6b81c799e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6693be3c9cdd8353556a045d61826ed6608fe91a
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Wed Jul 10 11:39:08 2013 -0400

    Add missing oils_i18n call #2 to upgrade script
    
    Simple thinko fix for missing translation function call.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0804.data.gwichin-typo-fix.sql b/Open-ILS/src/sql/Pg/upgrade/0804.data.gwichin-typo-fix.sql
index 27bfb51..05b0fa5 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0804.data.gwichin-typo-fix.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0804.data.gwichin-typo-fix.sql
@@ -3,7 +3,7 @@ BEGIN;
 SELECT evergreen.upgrade_deps_block_check('0804', :eg_version);
 
 UPDATE config.coded_value_map
-SET value = 'Gwich''in'
+SET value = oils_i18n_gettext('169', 'Gwich''in', 'ccvm', 'value')
 WHERE ctype = 'item_lang' AND code = 'gwi';
 
 COMMIT;

-----------------------------------------------------------------------

Summary of changes:
 .../sql/Pg/upgrade/0804.data.gwichin-typo-fix.sql  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list