Index: openacs-4/packages/acs-core-docs/www/xml/kernel/groups-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/groups-design.xml,v diff -u -r1.8 -r1.8.4.1 --- openacs-4/packages/acs-core-docs/www/xml/kernel/groups-design.xml 27 Oct 2014 16:39:32 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/groups-design.xml 28 Mar 2023 11:20:36 -0000 1.8.4.1 @@ -457,16 +457,6 @@ ); -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: