Bug 13657 - Don't show extra comma after guarantor name on patron details
[koha.git] / C4 / Debug.pm
index 2cbb350..5f3a9e5 100644 (file)
@@ -22,12 +22,12 @@ use warnings;
 
 use Exporter;
 
-# use CGI;
+# use CGI qw ( -utf8 );
 use vars qw($VERSION @ISA @EXPORT $debug $cgi_debug);
 # use vars qw(@EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
-       $VERSION = 1.00;        # set the version for version checking
+    $VERSION = 3.07.00.049;    # set the version for version checking
        @ISA       = qw(Exporter);
        @EXPORT    = qw($debug $cgi_debug);
        # @EXPOR_OK    = qw();