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