mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Reverting changes to pathname, they're for a different bug.
This commit is contained in:
parent
cc2be7dc31
commit
2c2ebea38e
@ -1,4 +1,4 @@
|
||||
# $Id: Common.pm,v 1.29 2005/12/27 16:23:20 timeless%mozdev.org Exp $
|
||||
# $Id: Common.pm,v 1.30 2005/12/27 18:03:03 timeless%mozdev.org Exp $
|
||||
|
||||
package LXR::Common;
|
||||
|
||||
@ -569,6 +569,10 @@ sub bannerexpand {
|
||||
}
|
||||
}
|
||||
|
||||
sub pathname {
|
||||
return $Path->{'virtf'};
|
||||
}
|
||||
|
||||
sub cvsentriesexpand {
|
||||
my ($entryrev, $entrybranch);
|
||||
local $,=" | ";
|
||||
@ -619,12 +623,6 @@ sub cvsbranchexpand {
|
||||
return('');
|
||||
}
|
||||
|
||||
sub pathname {
|
||||
my $prefix = '';
|
||||
$prefix = '/' . $Conf->prefix if defined $Conf->prefix;
|
||||
return (url_quote ($prefix . $Path->{'virtf'}));
|
||||
}
|
||||
|
||||
sub treename {
|
||||
return $Conf->{'treename'};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user