[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9c679eb9fce8e8ca8273f2b5f1f338eb2ba5f422

Evergreen Git git at git.evergreen-ils.org
Mon Mar 26 16:07:48 EDT 2012


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  9c679eb9fce8e8ca8273f2b5f1f338eb2ba5f422 (commit)
      from  6d6e118eeaed3c569932c7767c86478d89bac3fe (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 9c679eb9fce8e8ca8273f2b5f1f338eb2ba5f422
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 26 16:07:09 2012 -0400

    lp965637: add missing comma to fix syntax error
    
    Patch from Jason Stephenson
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index 88e7d55..d8037f3 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -8518,7 +8518,7 @@ INSERT INTO action_trigger.event_definition (
         'DeleteTempBiblioBucket',
         'owner',
         NULL,
-        '00:00:00'
+        '00:00:00',
 $$
 [%- SET user = target.0.owner -%]
 To: [%- params.recipient_email || user.email %]

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

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list