~bugzilla-launchpad/bugzilla-launchpad/3.2

« back to all changes in this revision

Viewing changes to extensions/launchpad/code/install-before_final_checks.pl

  • Committer: Max Kanat-Alexander
  • Date: 2008-08-04 22:52:39 UTC
  • Revision ID: mkanat@everythingsolved.com-20080804225239-6bwz81g1ozaoi6wo
Tags: 0.9-3.2
Update the bug-tracker registration URL for installation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
use Bugzilla::User;
26
26
use Bugzilla::Util qw(validate_email_syntax);
27
27
 
28
 
use constant LAUNCHPAD_REGISTRATION_URL => 'FIXME';
 
28
use constant LAUNCHPAD_REGISTRATION_URL => 
 
29
    'https://launchpad.net/bugs/bugtrackers/+newbugtracker';
29
30
 
30
31
my $dbh = Bugzilla->dbh;
31
32
my $silent = Bugzilla->hook_args->{'silent'};