Help for this page

Select Code to Download


  1. or download this
    my $str;
    my $GROUP = getNodeWhere("createtime > DATE_SUB(now(),INTERVAL 24 HOUR
    +) AND
    author_user = $$USER{user_id}", 'photo', 'photodatetime');
    $str .= showphotogroup(@$GROUP);
    return $str;
    
  2. or download this
    my $str;
    my $GROUP = $$NODE{group};
    $str .= showphotogroup(@$GROUP);
    $str;
    
  3. or download this
    my @GROUP = @_;
    
    ...
    
    $str .= "</ol>";
    $str;