[open-ils-commits] r13414 - trunk/Open-ILS/src/sql/Pg (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jun 19 15:41:41 EDT 2009


Author: scottmk
Date: 2009-06-19 15:41:38 -0400 (Fri, 19 Jun 2009)
New Revision: 13414

Modified:
   trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
Log:
Aargh..,fix stupid syntax blunder...


Modified: trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/999.functions.global.sql	2009-06-19 19:37:52 UTC (rev 13413)
+++ trunk/Open-ILS/src/sql/Pg/999.functions.global.sql	2009-06-19 19:41:38 UTC (rev 13414)
@@ -267,13 +267,13 @@
 END;
 $$ LANGUAGE plpgsql;
 
-COMMENT ON FUNCTION container.clear_expired_circ_history_items( ) IS $$
+COMMENT ON FUNCTION container.clear_expired_circ_history_items( INTEGER ) IS $$
 /*
  * Delete old circulation bucket items for a specified user.
  * "Old" means older than the interval specified by a
  * user-level setting, if it is so specified.
 */
-$$
+$$;
 
 CREATE OR REPLACE FUNCTION container.clear_all_expired_circ_history_items( )
 RETURNS VOID AS $$



More information about the open-ils-commits mailing list