diff options
author | levinse <levinse> | 2010-12-08 21:37:45 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-08 21:37:45 +0000 |
commit | 19f2731dbceb444c5dd45f57fb0a785dcaf9aa65 (patch) | |
tree | a4bcff91ee75260b0f0384b6888b86f7c0232d29 /httemplate/search | |
parent | df2bf964527e0b5596af471b1b7d84d14305b2a2 (diff) |
-rename qual export sub to part_export, RT7111
-initial commit of part_pkg_vendor implementation, RT7111
Diffstat (limited to 'httemplate/search')
-rwxr-xr-x | httemplate/search/qual.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/qual.cgi b/httemplate/search/qual.cgi index 0bb455b3c..cf4f3d111 100755 --- a/httemplate/search/qual.cgi +++ b/httemplate/search/qual.cgi @@ -43,7 +43,7 @@ }, sub { my $self = shift; - my $export = $self->export; + my $export = $self->part_export; my $result = '(manual)'; $result = $export->exportname if $export; $result; |