]> ruin.nu Git - ndwebbie.git/blobdiff - planetNaps.pl
order by last post
[ndwebbie.git] / planetNaps.pl
index 91937fc2a7fd62be746a4d0702e334e1326821e5..ff5a8370939f73871642256370be5acb01b10312 100644 (file)
 
 use strict;
 use warnings FATAL => 'all';
-no warnings qw(uninitialized);
 
 $ND::TEMPLATE->param(TITLE => 'List planet naps');
 
 our $BODY;
 our $DBH;
-our $LOG;
 my $error;
 
 die "You don't have access" unless isHC();