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

(-)a/misc/cronjobs/printoverdues.sh (-2 / +2 lines)
Lines 27-33 then Link Here
27
fi
27
fi
28
if [[ -n $2 && -f $2 ]]
28
if [[ -n $2 && -f $2 ]]
29
then
29
then
30
    set $optpisa "--css $2";
30
  #  set $optpisa "--css $2";
31
    optpisa="--css $2";
31
fi
32
fi
32
if [[ -n $3 ]]
33
if [[ -n $3 ]]
33
then
34
then
34
- 

Return to bug 6048