Help for this page

Select Code to Download


  1. or download this
        
    my $orderby= $VARS->{notesortorder}
           ||  $settings->{orderby}
           ||  "createtime";
    
  2. or download this
      24: my $orderby= $VARS->{notesortorder}
      25:    ||  $settings->{orderby}
    ...
      39:     }
      40: }
      41:
    
  3. or download this
    47:       htmlcode('list replies')