зеркало из https://github.com/mozilla/gecko-dev.git
Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv.
This commit is contained in:
Родитель
0604302118
Коммит
301aa625f1
|
@ -334,7 +334,9 @@ FIN
|
|||
push @cdata, $_;
|
||||
}
|
||||
close COMMENTS;
|
||||
$quip = "<i>" . $cdata[int(rand($#cdata + 1))] . "</i>";
|
||||
if(@cdata) {
|
||||
$quip = "<i>" . $cdata[int(rand(scalar(@cdata)))] . "</i>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче