From c42a6126e32df080f9146ce9a3a1fdd663b3e225 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Aug 2007 19:30:51 +0000 Subject: rename "bugzilla" as "bugzilla_url" (more sensitive) --- perl-install/standalone/drakbug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 50689d76b..1a8718c3a 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -72,7 +72,7 @@ if ($mandrake_release =~ /(official|community)/i) { } else { $distrocode = "cooker"; } -my $bugzilla = 'http://qa.mandriva.com/enter_bug.cgi'; +my $bugzilla_url = 'http://qa.mandriva.com/enter_bug.cgi'; my $wizard_name = "Bugzilla"; $table = create_packtable({ col_spacings => 5, row_spacings => 10 }, @@ -111,9 +111,9 @@ gtkadd($window->{window}, $options .= "&version=$version" if $version; $options .= "&distro_code=$distrocode"; $options .= "&kernel=$kernel_release" if $kernel_release; - print($bugzilla . "?" . $options . "\n"); + print($bugzilla_url . "?" . $options . "\n"); require run_program; - run_program::raw({ detach => 1 }, '/usr/bin/www-browser', "$bugzilla?$options"); + run_program::raw({ detach => 1 }, '/usr/bin/www-browser', "$bugzilla_url?$options"); } ), gtksignal_connect(Gtk2::Button->new(N("Close")), clicked => sub { ugtk2->exit(0) }), -- cgit v1.2.1