Help for this page

Select Code to Download


  1. or download this
    if ($validtype{$NODE->{type}{title}} and
        $DB->isApproved($USER,getnode('sitedocclan','usergroup'))
    ) { 
       ....
    }
    
  2. or download this
    if ($DB->isApproved($USER,'sitedoclan_editable',$NODE)) {
    ...
    }