Bug 180635 - Enhance Bugzilla::User to store additional information

r=myk,jake


git-svn-id: svn://10.0.0.236/trunk@143228 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%acm.org
2003-06-03 09:48:15 +00:00
parent 75019b0195
commit 726bcd99cc
31 changed files with 647 additions and 437 deletions

View File

@@ -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;