Removed useless line
This commit is contained in:
parent
07dfffb799
commit
ff172c4bd5
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ if ($op eq "do_search") {
|
|||
|
||||
|
||||
if (defined(@$curauthresults)) {
|
||||
my $taille = @$curauthresults;
|
||||
for (my $i = 0; $i < @$curauthresults ;$i++) {
|
||||
@$curauthresults[$i]->{jamainentry} = @$curauthresults[$i]->{mainentry};
|
||||
@$curauthresults[$i]->{jamainentry} =~ s/'/\\'/g;
|
||||
|
|
Loading…
Reference in a new issue