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
38bb9a56
Commit
38bb9a56
authored
Mar 27, 2004
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 235265: Getting rid of some unwanted form value dumps.
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
parent
4df1c8fd
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
22 deletions
+0
-22
editcomponents.cgi
editcomponents.cgi
+0
-3
editgroups.cgi
editgroups.cgi
+0
-4
editmilestones.cgi
editmilestones.cgi
+0
-3
editproducts.cgi
editproducts.cgi
+0
-4
editusers.cgi
editusers.cgi
+0
-4
editversions.cgi
editversions.cgi
+0
-4
No files found.
editcomponents.cgi
View file @
38bb9a56
...
...
@@ -856,6 +856,3 @@ if ($action eq 'update') {
PutHeader
(
"Error"
);
print
"I don't have a clue what you want.<BR>\n"
;
foreach
(
sort
keys
%::
FORM
)
{
print
"$_: $::FORM{$_}<BR>\n"
;
}
editgroups.cgi
View file @
38bb9a56
...
...
@@ -671,10 +671,6 @@ if (($action eq 'remove_all_regexp') || ($action eq 'remove_all')) {
PutHeader
(
"Error"
);
print
"I don't have a clue what you want.<BR>\n"
;
foreach
(
sort
keys
%::
FORM
)
{
print
"$_: $::FORM{$_}<BR>\n"
;
}
PutTrailer
(
"<a href=editgroups.cgi>Try the group list</a>"
);
# confirm if the user wants to remove the explicit users
...
...
editmilestones.cgi
View file @
38bb9a56
...
...
@@ -569,6 +569,3 @@ if ($action eq 'update') {
PutHeader
(
"Error"
);
print
"I don't have a clue what you want.<BR>\n"
;
foreach
(
sort
keys
%::
FORM
)
{
print
"$_: $::FORM{$_}<BR>\n"
;
}
editproducts.cgi
View file @
38bb9a56
...
...
@@ -1510,7 +1510,3 @@ if ($action eq 'editgroupcontrols') {
PutHeader
(
"Error"
);
print
"I don't have a clue what you want.<BR>\n"
;
foreach
(
sort
keys
%::
FORM
)
{
print
"$_: $::FORM{$_}<BR>\n"
;
}
editusers.cgi
View file @
38bb9a56
...
...
@@ -884,7 +884,3 @@ if ($action eq 'update') {
PutHeader
(
"Error"
);
print
"I don't have a clue what you want.<BR>\n"
;
foreach
(
sort
keys
%::
FORM
)
{
print
"$_: $::FORM{$_}<BR>\n"
;
}
editversions.cgi
View file @
38bb9a56
...
...
@@ -543,7 +543,3 @@ if ($action eq 'update') {
PutHeader
(
"Error"
);
print
"I don't have a clue what you want.<BR>\n"
;
foreach
(
sort
keys
%::
FORM
)
{
print
"$_: $::FORM{$_}<BR>\n"
;
}
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