Couple of questions...

Mark Ingram mark.ingram at nexsan.com
Thu Jul 24 08:18:49 UTC 2003


Hi,

i was just wondering if someone could give me a brief overview of what the
following variables are / do / located etc?



enter_bug.cgi:

$vars
eg: $vars->{'cc'} = formvalue('cc');

Is it safe to just create a new variable here by doing (i have done this
already and it seems to work):
$vars->{'client_cc'} = formvalue('client_cc');



post_bug.cgi:

&Bugzilla::User::match_field ({
	'client_cc'     => { 'type' => 'multi'  },
    'cc'            => { 'type' => 'multi'  },
    'assigned_to'   => { 'type' => 'single' },
});

Again i just added in client_cc


I also changed the Bug.pm and bugzilla.dtd by adding in the relevant fields
for client_cc

Any input much appreciated.


Best Regards,

Mark Ingram
Software Engineer
Nexsan Technologies
33 - 35 Parker Centre
Mansfield Road
Derby
DE21 4SZ




More information about the developers mailing list