Removed /usr/local from CDPATH
[clearscm.git] / clearadm / runlog.cgi
index 6080c6b..e5e3f56 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/local/bin/perl
 
 =pod 
 
@@ -84,14 +84,11 @@ my $title = 'Run Log';
 
 heading $title;
 
-undef $opts{task}
-  if $opts{task} and $opts{task} eq 'All';
-  
+$opts{task}   ||= 'All';
 $opts{system} ||= 'All';
+$opts{not}    ||= 0;
+$opts{status} ||= 'All';
 
-undef $opts{status}
-  if $opts{status} and $opts{status} eq 'All';
-  
 display h1 {class => 'center'}, $title;
 
 displayRunlog (%opts);
@@ -134,10 +131,10 @@ L<Getopt::Long|Getopt::Long>
 =begin html
 
 <blockquote>
-<a href="http://clearscm.com/php/cvs_man.php?file=clearadm/lib/Clearadm.pm">Clearadm</a><br>
-<a href="http://clearscm.com/php/cvs_man.php?file=clearadm/lib/ClearadmWeb.pm">ClearadmWeb</a><br>
-<a href="http://clearscm.com/php/cvs_man.php?file=lib/Display.pm">Display</a><br>
-<a href="http://clearscm.com/php/cvs_man.php?file=lib/Utils.pm">Utils</a><br>
+<a href="http://clearscm.com/php/scm_man.php?file=clearadm/lib/Clearadm.pm">Clearadm</a><br>
+<a href="http://clearscm.com/php/scm_man.php?file=clearadm/lib/ClearadmWeb.pm">ClearadmWeb</a><br>
+<a href="http://clearscm.com/php/scm_man.php?file=lib/Display.pm">Display</a><br>
+<a href="http://clearscm.com/php/scm_man.php?file=lib/Utils.pm">Utils</a><br>
 </blockquote>
 
 =end html
@@ -152,4 +149,4 @@ Please report problems to Andrew DeFaria <Andrew@ClearSCM.com>.
 
 Copyright (c) 2010, ClearSCM, Inc. All rights reserved.
 
-=cut
\ No newline at end of file
+=cut