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
74a9b185
Commit
74a9b185
authored
Mar 20, 2001
by
timeless%mac.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 72487 Create Attachment should allow user to create another attach
Also adds link+desc to created patch. r=jake,terry
parent
4bdd5de5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
createattachment.cgi
createattachment.cgi
+3
-1
No files found.
createattachment.cgi
View file @
74a9b185
...
...
@@ -105,9 +105,11 @@ What kind of file is this?
AppendComment
(
$id
,
$::COOKIE
{
"Bugzilla_login"
},
"Created an attachment (id=$attachid)\n$desc\n"
);
print
"<TABLE BORDER=1><TD><H2>Attachment to bug $id created</H2>\n"
;
print
'<TABLE BORDER=1><TD><H2>Attachment <A TITLE="'
.
value_quote
(
$desc
)
.
"\" HREF=\"showattachment.cgi?attach_id=$attachid\">$attachid</A> to bug $id created</H2>\n"
;
system
(
"./processmail"
,
$id
,
$::COOKIE
{
'Bugzilla_login'
});
print
"<TD><A HREF=\"show_bug.cgi?id=$id\">Go Back to BUG# $id</A></TABLE>\n"
;
print
"<P><A HREF=\"createattachment.cgi?id=$id\">Create another attachment to bug $id</A></P>\n"
;
}
PutFooter
();
...
...
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