This commit is contained in:
terry%mozilla.org 1999-10-19 00:04:59 +00:00
Родитель 637abbf31c
Коммит 607a20961e
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -380,7 +380,7 @@ sub print_ci {
# print " $ci->[$::CI_DIR]/$ci->[$::CI_FILE]<a>\n";
# }
my $d = "$ci->[$::CI_DIR]/$ci->[$::CI_FILE]";
if ($::query_module eq 'allrepositories') {
if (defined $::query_module && $::query_module eq 'allrepositories') {
$d = "$ci->[$::CI_REPOSITORY]/$d";
}
$d =~ s:/:/ :g; # Insert a whitespace after any slash, so that

Просмотреть файл

@ -26,7 +26,7 @@ use strict;
# Shut up misguided -w warnings about "used only once". For some reason,
# "use vars" chokes on me when I try it here.
sub sillyness {
sub CGI_pl_sillyness {
my $zz;
$zz = %::FILENAME;
}