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
0b8d70a6
Commit
0b8d70a6
authored
Jun 21, 2005
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backing out bug 180792. A table is locked as READ while my patch tries to write in it :(
parent
05843d27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
Flag.pm
Bugzilla/Flag.pm
+0
-3
attachment.cgi
attachment.cgi
+1
-1
No files found.
Bugzilla/Flag.pm
View file @
0b8d70a6
...
...
@@ -447,9 +447,6 @@ sub update_activity {
(bug_id, attach_id, who, bug_when, fieldid, removed, added)
VALUES ($bug_id, $attach_id, $::userid, $timestamp,
$field_id, $sql_removed, $sql_added)"
);
$dbh
->
do
(
"UPDATE bugs SET delta_ts = $timestamp WHERE bug_id = ?"
,
undef
,
$bug_id
);
}
}
...
...
attachment.cgi
View file @
0b8d70a6
...
...
@@ -1251,7 +1251,7 @@ sub update
# If the user submitted a comment while editing the attachment,
# add the comment to the bug.
if
(
$cgi
->
param
(
'comment'
))
if
(
defined
$cgi
->
param
(
'comment'
))
{
# Prepend a string to the comment to let users know that the comment came
# from the "edit attachment" screen.
...
...
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