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

(-)a/C4/Items.pm (-2 / +1 lines)
Lines 1035-1041 sub GetLostItems { Link Here
1035
  branch       => $branch,
1035
  branch       => $branch,
1036
  offset       => $offset,
1036
  offset       => $offset,
1037
  size         => $size,
1037
  size         => $size,
1038
  stautshash   => $statushash
1038
  statushash   => $statushash
1039
  interface    => $interface,
1039
  interface    => $interface,
1040
} );
1040
} );
1041
1041
1042
- 

Return to bug 15027