Bug 9044: (follow-up) fix merge conflict typo that broke this script
[koha.git] / C4 / Ris.pm
index 0883f34..ce32ea9 100644 (file)
--- a/C4/Ris.pm
+++ b/C4/Ris.pm
@@ -59,13 +59,13 @@ package C4::Ris;
 #
 #
 
-use strict;
-use warnings;
+#use strict;
+#use warnings;
 
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 @ISA = qw(Exporter);