Help for this page

Select Code to Download


  1. or download this
    if (       defined $settings && ! $settings->{hidecode}
           and $codtype{ $node->{nodetype} }
    ...
           ||  containscode( $node->{doctext} )
    ) {
    # ...
    
  2. or download this
    where
           EXISTS (select 1 from users where
                   users.user_id = acct.user_id
        or    (acct_id is null
           and user_id = 0)