Help for this page

Select Code to Download


  1. or download this
    [%
    my $limit;
    ...
    
    $str;
    %]
    
  2. or download this
    TEST_FRONT_PAGE:23
    Re: Welcome to Everything!:286
    ...
    parselinksinfield:19
    insert:19
    displaynote:19
    
  3. or download this
    Re: Welcome to Everything!:286
    Re: Welcome to Everything!:286
    
  4. or download this
    my $ref = getNodeWhere( "type_nodetype != 286" , "", "createtime DESC"
    +, $limit);
    
  5. or download this
    my $ref = getNodeWhere({}, "", "createtime DESC", $limit);
    
    ...
        next if getNodeWhere( "$N->node_id = note_id", "notes" );
        $str .= linkNode($N) . ":" . $N->{type_nodetype} . "<BR>\n" if $N-
    +>hasAccess($USER, 'r');    
    }
    
  6. or download this
    mysql> desc node;
    +--------------------------+-----------+------+-----+-----------------
    +----+----------------+
    ...
    20 rows in set (0.01 sec)