diff options
Diffstat (limited to 'httemplate/browse/nas.cgi')
-rwxr-xr-x | httemplate/browse/nas.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/browse/nas.cgi b/httemplate/browse/nas.cgi index b392dc083..2bac9909f 100755 --- a/httemplate/browse/nas.cgi +++ b/httemplate/browse/nas.cgi @@ -45,6 +45,7 @@ foreach my $nas ( sort { $a->nasnum <=> $b->nasnum } qsearch( 'nas', {} ) ) { print "</TABLE><BR>"; } +#Time::Duration?? sub pretty_interval { my $interval = shift; my %howlong = ( |