Index: openacs-4/packages/organizations/sql/postgresql/organizations-plsql-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/organizations/sql/postgresql/organizations-plsql-create.sql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/organizations/sql/postgresql/organizations-plsql-create.sql 25 Jun 2004 17:09:54 -0000 1.4 +++ openacs-4/packages/organizations/sql/postgresql/organizations-plsql-create.sql 25 Jul 2004 11:26:28 -0000 1.5 @@ -167,7 +167,7 @@ reg_number = p_reg_number where organization_id = p_organization_id; - raise NOTICE ''Updating - organization - %'',organization_id; + raise NOTICE ''Updating - organization - %'',p_organization_id; return v_return; end;' language 'plpgsql';