Hi Drupal friends<br><br>I&#39;d like to trigger a access denied page from my <span style="font-family: courier new,monospace;">hook_nodeapi </span>function up on <span style="font-family: courier new,monospace;">$op=view</span>.<br>
<br>I already tried:<br><br><span style="font-family: courier new,monospace;">unset($node-&gt;content);</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">drupal_access_denied();</span><br>
<br>This gives me a strange result: two access denied pages after each other.<br><br>Thanks for giving me a hand!<br>Best Regards<br>Ernst<br><br>