From 1d057f02b277d29ad4d232d598c49b0344798b40 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Tue, 3 Jun 2003 16:47:37 +0000 Subject: Bug 180635 - Enhance Bugzilla::User to store additional information r=myk,jake --- post_bug.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 76d86fe58..f0d4f0816 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -54,7 +54,7 @@ sub sillyness { use vars qw($vars $template); ConnectToDatabase(); -my $whoid = confirm_login(); +my $user = confirm_login(); my $cgi = Bugzilla->cgi; @@ -454,7 +454,7 @@ if (UserInGroup("editbugs")) { "($id, $i)"); push(@all_deps, $i); # list for mailing dependent bugs # Log the activity for the other bug: - LogActivityEntry($i, $me, "", $id, $whoid, $timestamp); + LogActivityEntry($i, $me, "", $id, $user->id, $timestamp); } my $tmp = $me; $me = $target; -- cgit v1.2.3-24-g4f1b