Bug 7164 follow-up history.txt and perlcritic compliance

* in history.txt, added a tab for Stephane Delaune, for display consistency
* fixed a small mistake in about.pl that was resulted in a perlcritic failure
This commit is contained in:
Paul Poulain 2011-12-14 15:10:28 +01:00
parent 6bc414a3d4
commit 82ed469632
2 changed files with 4 additions and 4 deletions

View file

@ -118,14 +118,14 @@ $template->param( table => $table );
#get file location
my $dir = C4::Context->config('intranetdir');
open( FILE, "$dir" . "/docs/history.txt" );
open( my $file, "<", "$dir" . "/docs/history.txt" );
my $i = 0;
my @rows2 = ();
my $row2 = [];
my @lines = <FILE>;
close(FILE);
my @lines = <$file>;
close($file);
shift @lines; #remove header row

View file

@ -499,7 +499,7 @@ July 7 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_
June 25 2010 Koha 3.2 Beta released http://koha-community.org/koha-3-2-beta-released/
July 13 2010 License meeting http://wiki.koha-community.org/wiki/License_Upgrade_Vote_IRC_Meeting,_13_July_2010
August 11 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_11_August_2010
August 31 2010 Stéphane Delaune becomes the 116th committer to have a patch accepted
August 31 2010 Stéphane Delaune becomes the 116th committer to have a patch accepted
September 1 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_1_September_2010
September 29 2010 Eric Olsen becomes the 117th committer to have a patch accepted
October 6 2010 General IRC meeting http://wiki.koha-community.org/wiki/General_IRC_Meeting,_6_October_2010