small formatting updates to RADIUS report
[freeside.git] / httemplate / search / sqlradius.cgi
index 9cc5958..bb51acb 100644 (file)
     return ' ' if $time == 0;
     my $pretty = time2str('%T%P %a %b %o %Y', $time );
     $pretty =~ s/ (\d)(st|dn|rd|th)/ $1$2/;
     return ' ' if $time == 0;
     my $pretty = time2str('%T%P %a %b %o %Y', $time );
     $pretty =~ s/ (\d)(st|dn|rd|th)/ $1$2/;
+    $pretty;
   };
 
   my $duration_format = sub {
   };
 
   my $duration_format = sub {
                              fmt     => $customer_format,
                            },
     'framedipaddress'   => {
                              fmt     => $customer_format,
                            },
     'framedipaddress'   => {
-                             name    => 'IP Address',
+                             name    => 'IP Address',
                              attrib  => 'Framed-IP-Address',
                              fmt     => sub { my $ip = shift;
                                               length($ip) ? $ip : '&nbsp';
                                             },
                            },
     'acctstarttime'     => {
                              attrib  => 'Framed-IP-Address',
                              fmt     => sub { my $ip = shift;
                                               length($ip) ? $ip : '&nbsp';
                                             },
                            },
     'acctstarttime'     => {
-                             name    => 'Start time',
+                             name    => 'Start time',
                              attrib  => 'Acct-Start-Time',
                              fmt     => $time_format,
                            },
     'acctstoptime'      => {
                              attrib  => 'Acct-Start-Time',
                              fmt     => $time_format,
                            },
     'acctstoptime'      => {
-                             name    => 'End time',
+                             name    => 'End time',
                              attrib  => 'Acct-Stop-Time',
                              fmt     => $time_format,
                            },
                              attrib  => 'Acct-Stop-Time',
                              fmt     => $time_format,
                            },