From: btoumi Date: Tue, 23 May 2006 10:00:01 +0000 (+0000) Subject: syntax error has been corrected X-Git-Tag: dev_week~855 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=8d75bc7426ba385470bf1fd155e1079e9162488d;p=koha_gimpoz syntax error has been corrected --- diff --git a/C4/Accounts2.pm b/C4/Accounts2.pm index bbff193299..ea920ededf 100755 --- a/C4/Accounts2.pm +++ b/C4/Accounts2.pm @@ -29,7 +29,8 @@ use C4::Circulation::Circ2; use vars qw($VERSION @ISA @EXPORT); # set the version for version checking -$VERSION = do { my @v = '$Revision$' =~ /\d+/g; +$VERSION = do { my @v = '$Revision$' =~ /\d+/g; +shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); }; =head1 NAME