From a97d48ec24e5e7d931bd8a0dc39c597ce758d106 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 20 Jun 2006 00:30:23 +0000 Subject: =?UTF-8?q?Bug=20338793:=20Remove=20DBID=5Fto=5Fname()=20from=20gl?= =?UTF-8?q?obals.pl=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dvladd=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 3541650f3..ca72015a2 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1587,8 +1587,8 @@ foreach my $id (@idlist) { $vars->{'field'} = 'component'; } elsif ($col eq 'assigned_to' || $col eq 'qa_contact') { # Display the assignee or QA contact email address - $vars->{'oldvalue'} = DBID_to_name($oldhash{$col}); - $vars->{'newvalue'} = DBID_to_name($formhash{$col}); + $vars->{'oldvalue'} = user_id_to_login($oldhash{$col}); + $vars->{'newvalue'} = user_id_to_login($formhash{$col}); $vars->{'field'} = $col; } else { $vars->{'oldvalue'} = $oldhash{$col}; @@ -2085,16 +2085,16 @@ foreach my $id (@idlist) { # the old assignee can be notified # if ($col eq 'assigned_to') { - $old = ($old) ? DBID_to_name($old) : ""; - $new = ($new) ? DBID_to_name($new) : ""; + $old = ($old) ? user_id_to_login($old) : ""; + $new = ($new) ? user_id_to_login($new) : ""; $origOwner = $old; } # ditto for the old qa contact # if ($col eq 'qa_contact') { - $old = ($old) ? DBID_to_name($old) : ""; - $new = ($new) ? DBID_to_name($new) : ""; + $old = ($old) ? user_id_to_login($old) : ""; + $new = ($new) ? user_id_to_login($new) : ""; $origQaContact = $old; } @@ -2154,7 +2154,7 @@ foreach my $id (@idlist) { || !$cgi->param('confirm_add_duplicate')) { # The reporter is oblivious to the existence of the new bug and is permitted access # ... add 'em to the cc (and record activity) - LogActivityEntry($duplicate,"cc","",DBID_to_name($reporter), + LogActivityEntry($duplicate,"cc","",user_id_to_login($reporter), $whoid,$timestamp); $dbh->do(q{INSERT INTO cc (who, bug_id) VALUES (?, ?)}, undef, $reporter, $duplicate); -- cgit v1.2.1 xguest.description?h=0.6.1&id=683293135daead2552e0ee4a765e2c2e264b66dc'>treecommitdiffstats
path: root/dkms-modules-info/2.6.35-desktop-1mnb/vboxguest.description
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-05-24 21:53:21 +0000
committerThierry Vignaud <tv@mageia.org>2011-05-24 21:53:21 +0000
commit683293135daead2552e0ee4a765e2c2e264b66dc (patch)
tree66feec48f4c5e507ff13efdbdc5ad6f76f67373d /dkms-modules-info/2.6.35-desktop-1mnb/vboxguest.description
parent83f7d6b18e06b191b5af79a8d8ace2d3a1a7d53a (diff)
downloadldetect-lst-683293135daead2552e0ee4a765e2c2e264b66dc.tar
ldetect-lst-683293135daead2552e0ee4a765e2c2e264b66dc.tar.gz
ldetect-lst-683293135daead2552e0ee4a765e2c2e264b66dc.tar.bz2
ldetect-lst-683293135daead2552e0ee4a765e2c2e264b66dc.tar.xz
ldetect-lst-683293135daead2552e0ee4a765e2c2e264b66dc.zip
prefer amd74xx module for nForce MCP51 IDE (mga#933ch mdv49957)