Forum OpenACS Q&A: Re: Development Tutorial Available

Collapse
Posted by Randy O'Meara on
This is excellent, Joel.

In addition to the doc xml template, the doc Makefile is missing too.

Randy

Collapse
Posted by Randy O'Meara on
correction:

Figure 8.2. Database Creation Script
...
  function samplenote__new
  ...
        PERFORM acs_permission__grant_permission(
          v_samplenote_id,
          >>>>p_owner_id,<<<<
          ''admin''
    );
  ...
...

<blockquote>>>>p_owner_id<<<< should be p_creation_user?
</blockquote>

Randy