Forum OpenACS Q&A: Response to i cant change member state to user.

Collapse
Posted by Yonatan Feldman on
it should be calling using the following XQL:
    <fullquery name="acs_user::change_state.member_delete">
        <querytext>
            select membership_rel__delete(:rel_id)
        </querytext>
    </fullquery>
from the community-core-procs-postgresql.xql file.