From: dbs Date: Thu, 22 Jan 2009 04:55:19 +0000 (+0000) Subject: Update the arguments for the target function of the comment that was generating an... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=adb8ff43415f5c384516d8c286721a736e8cf1e5;p=Evergreen.git Update the arguments for the target function of the comment that was generating an error git-svn-id: svn://svn.open-ils.org/ILS/trunk@11899 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/999.functions.global.sql b/Open-ILS/src/sql/Pg/999.functions.global.sql index 97cee8f015..dd3514f95c 100644 --- a/Open-ILS/src/sql/Pg/999.functions.global.sql +++ b/Open-ILS/src/sql/Pg/999.functions.global.sql @@ -174,7 +174,7 @@ BEGIN 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.