[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 94e41537ccbd2e66586879164cdd59e7ccd2e02c

Evergreen Git git at git.evergreen-ils.org
Wed Jul 13 10:25:20 EDT 2011


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, rel_2_1 has been updated
       via  94e41537ccbd2e66586879164cdd59e7ccd2e02c (commit)
      from  da1f4b024ace0de1cfce762e54ffe67baecab2f7 (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 94e41537ccbd2e66586879164cdd59e7ccd2e02c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jul 13 10:59:15 2011 -0400

    fix backporting thinko
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql b/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
index 7e8e87f..9d99969 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0576.fix_maintain_901_quoting.sql
@@ -6,7 +6,7 @@
 BEGIN;
 
 -- check whether patch can be applied
-SELECT evergreen.upgrade_deps_block_check('0576', :eg_version);
+SELECT evergreen.upgrade_deps_block_check('0576');
 
 CREATE OR REPLACE FUNCTION evergreen.maintain_901 () RETURNS TRIGGER AS $func$
 DECLARE

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

Summary of changes:
 .../Pg/upgrade/0576.fix_maintain_901_quoting.sql   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list