View | Details | Raw Unified | Return to bug 13991
Collapse All | Expand All

(-)a/tools/viewlog.pl (-2 / +1 lines)
Lines 54-60 my $datefrom = $input->param("from"); Link Here
54
my $dateto   = $input->param("to");
54
my $dateto   = $input->param("to");
55
my $basename = $input->param("basename");
55
my $basename = $input->param("basename");
56
my $output   = $input->param("output") || "screen";
56
my $output   = $input->param("output") || "screen";
57
my $src      = $input->param("src"); # this param allows us to be told where we were called from -fbcit
57
my $src      = $input->param("src") || ""; # this param allows us to be told where we were called from -fbcit
58
58
59
my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
59
my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
60
    {
60
    {
61
- 

Return to bug 13991