Bug 8479 Calculate rank irrespective of display option
[koha_fer] / C4 / Log.pm
index 6b8ff17..14448e3 100644 (file)
--- a/C4/Log.pm
+++ b/C4/Log.pm
@@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT = qw(&logaction &GetLogStatus &displaylog &GetLogs);