- or download this
[%
my $limit;
...
$str;
%]
- or download this
TEST_FRONT_PAGE:23
Re: Welcome to Everything!:286
...
parselinksinfield:19
insert:19
displaynote:19
- or download this
Re: Welcome to Everything!:286
Re: Welcome to Everything!:286
- or download this
my $ref = getNodeWhere( "type_nodetype != 286" , "", "createtime DESC"
+, $limit);
- 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');
}
- or download this
mysql> desc node;
+--------------------------+-----------+------+-----+-----------------
+----+----------------+
...
20 rows in set (0.01 sec)