[open-ils-commits] r11899 - trunk/Open-ILS/src/sql/Pg

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jan 21 23:55:22 EST 2009


Author: dbs
Date: 2009-01-21 23:55:19 -0500 (Wed, 21 Jan 2009)
New Revision: 11899

Modified:
   trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
Log:
Update the arguments for the target function of the comment that was generating an error


Modified: trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/999.functions.global.sql	2009-01-21 03:24:51 UTC (rev 11898)
+++ trunk/Open-ILS/src/sql/Pg/999.functions.global.sql	2009-01-22 04:55:19 UTC (rev 11899)
@@ -174,7 +174,7 @@
 END;
 $$ LANGUAGE plpgsql;
 
-COMMENT ON FUNCTION actor.usr_merge(INT, INT) IS $$
+COMMENT ON FUNCTION actor.usr_merge(INT, INT, BOOLEAN, BOOLEAN, BOOLEAN) IS $$
 /**
  * Merges all user date from src_usr to dest_usr.  When collisions occur, 
  * keep dest_usr's data and delete src_usr's data.



More information about the open-ils-commits mailing list