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

(-)a/C4/Ratings.pm (-1 / +2 lines)
Lines 26-31 use POSIX; Link Here
26
use C4::Debug;
26
use C4::Debug;
27
use C4::Context;
27
use C4::Context;
28
28
29
use Koha::Database;
30
29
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
31
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
30
32
31
BEGIN {
33
BEGIN {
32
- 

Return to bug 13998