From: Rob H. <for...@us...> - 2002-06-19 07:10:05
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv27739/lib/SandWeb Modified Files: Repository.pm Log Message: log was declared twice in one place, -w fodder Index: Repository.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository.pm,v retrieving revision 1.44 retrieving revision 1.45 diff -U2 -r1.44 -r1.45 --- Repository.pm 19 Jun 2002 07:09:00 -0000 1.44 +++ Repository.pm 19 Jun 2002 07:10:02 -0000 1.45 @@ -466,5 +466,4 @@ my $repo_type = $self->get_repo_type(); my $log = $self->get_log(); - my $log = $self->get_log(); my $file = $args{'file'}; |