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
49d12c8c
Commit
49d12c8c
authored
Oct 08, 2007
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in current CVS HEAD
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent
092135aa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
editgroups.cgi
editgroups.cgi
+2
-0
query.cgi
query.cgi
+1
-0
No files found.
editgroups.cgi
View file @
49d12c8c
...
@@ -609,6 +609,7 @@ sub doGroupChanges {
...
@@ -609,6 +609,7 @@ sub doGroupChanges {
sub
_do_add
{
sub
_do_add
{
my
(
$group
,
$changes
,
$sth_insert
,
$field
,
$type
,
$reverse
)
=
@_
;
my
(
$group
,
$changes
,
$sth_insert
,
$field
,
$type
,
$reverse
)
=
@_
;
my
$cgi
=
Bugzilla
->
cgi
;
my
$current
;
my
$current
;
# $reverse means we're doing a granted_by--that is, somebody else
# $reverse means we're doing a granted_by--that is, somebody else
...
@@ -639,6 +640,7 @@ sub _do_add {
...
@@ -639,6 +640,7 @@ sub _do_add {
sub
_do_remove
{
sub
_do_remove
{
my
(
$group
,
$changes
,
$sth_delete
,
$field
,
$type
,
$reverse
)
=
@_
;
my
(
$group
,
$changes
,
$sth_delete
,
$field
,
$type
,
$reverse
)
=
@_
;
my
$cgi
=
Bugzilla
->
cgi
;
my
$remove_items
=
Bugzilla::
Group
->
new_from_list
([
$cgi
->
param
(
$field
)]);
my
$remove_items
=
Bugzilla::
Group
->
new_from_list
([
$cgi
->
param
(
$field
)]);
foreach
my
$remove
(
@$remove_items
)
{
foreach
my
$remove
(
@$remove_items
)
{
...
...
query.cgi
View file @
49d12c8c
...
@@ -111,6 +111,7 @@ local our %default;
...
@@ -111,6 +111,7 @@ local our %default;
# and ignore any multiple values.
# and ignore any multiple values.
sub
PrefillForm
{
sub
PrefillForm
{
my
(
$buf
)
=
(
@_
);
my
(
$buf
)
=
(
@_
);
my
$cgi
=
Bugzilla
->
cgi
;
$buf
=
new
Bugzilla::
CGI
(
$buf
);
$buf
=
new
Bugzilla::
CGI
(
$buf
);
my
$foundone
=
0
;
my
$foundone
=
0
;
...
...
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