Index: openacs-4/packages/acs-core-docs/www/groups-design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/groups-design.html,v diff -u -r1.36.2.1 -r1.36.2.2 --- openacs-4/packages/acs-core-docs/www/groups-design.html 2 Mar 2019 19:30:04 -0000 1.36.2.1 +++ openacs-4/packages/acs-core-docs/www/groups-design.html 28 Mar 2023 11:20:36 -0000 1.36.2.2 @@ -187,12 +187,6 @@ procedure acs_user.delete ( user_id users.user_id%TYPE ); -

acs_user.receives_alerts_p returns 't' if the user should -receive email alerts and 'f' otherwise. The interface for this -function is:

-function acs_user.receives_alerts_p (
-  user_id       users.user_id%TYPE
-) return varchar;
 

Use the procedures acs_user.approve_email and acs_user.unapprove_email to specify whether the user's email address is valid. The interface for these procedures are: