Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
f5272417
Commit
f5272417
authored
Oct 07, 2003
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 221264 Making no changes shouldn't affect Last modified
r=joel a=justdave
parent
f7058a29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
process_bug.cgi
process_bug.cgi
+6
-4
No files found.
process_bug.cgi
View file @
f5272417
...
@@ -1272,8 +1272,8 @@ foreach my $id (@idlist) {
...
@@ -1272,8 +1272,8 @@ foreach my $id (@idlist) {
if
(
$::FORM
{
'work_time'
})
{
if
(
$::FORM
{
'work_time'
})
{
LogActivityEntry
(
$id
,
"work_time"
,
""
,
$::FORM
{
'work_time'
},
LogActivityEntry
(
$id
,
"work_time"
,
""
,
$::FORM
{
'work_time'
},
$whoid
,
$timestamp
);
$whoid
,
$timestamp
);
$bug_changed
=
1
;
}
}
$bug_changed
=
1
;
}
}
}
}
...
@@ -1377,9 +1377,11 @@ foreach my $id (@idlist) {
...
@@ -1377,9 +1377,11 @@ foreach my $id (@idlist) {
my
$groupDelNames
=
join
(
','
,
@groupDelNames
);
my
$groupDelNames
=
join
(
','
,
@groupDelNames
);
my
$groupAddNames
=
join
(
','
,
@groupAddNames
);
my
$groupAddNames
=
join
(
','
,
@groupAddNames
);
LogActivityEntry
(
$id
,
"bug_group"
,
$groupDelNames
,
$groupAddNames
,
if
(
$groupDelNames
ne
$groupAddNames
)
{
$whoid
,
$timestamp
);
LogActivityEntry
(
$id
,
"bug_group"
,
$groupDelNames
,
$groupAddNames
,
$bug_changed
=
1
;
$whoid
,
$timestamp
);
$bug_changed
=
1
;
}
my
@ccRemoved
=
();
my
@ccRemoved
=
();
if
(
defined
$::FORM
{
newcc
}
||
defined
$::FORM
{
removecc
}
||
defined
$::FORM
{
masscc
})
{
if
(
defined
$::FORM
{
newcc
}
||
defined
$::FORM
{
removecc
}
||
defined
$::FORM
{
masscc
})
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment