X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=clearadm%2Frunlog.cgi;h=e5e3f56ce11b1b1e681fb5df4b5a7c808f52ac56;hb=0c802537ec02d6cfea4c41b3138535c09a319489;hp=d0410edf586f9f8ba229d6ae2bf2c55a3598241a;hpb=bdb1e0c845a6921e22d52fbff3404d5c1dfae520;p=clearscm.git diff --git a/clearadm/runlog.cgi b/clearadm/runlog.cgi index d0410ed..e5e3f56 100755 --- a/clearadm/runlog.cgi +++ b/clearadm/runlog.cgi @@ -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); @@ -152,4 +149,4 @@ Please report problems to Andrew DeFaria . Copyright (c) 2010, ClearSCM, Inc. All rights reserved. -=cut \ No newline at end of file +=cut