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
61d65a65
Commit
61d65a65
authored
Apr 15, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 136751 - warnings with show_bug.cgi
r=justdave x2
parent
7e50e09d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
bug_form.pl
bug_form.pl
+5
-5
No files found.
bug_form.pl
View file @
61d65a65
...
@@ -201,6 +201,7 @@ sub show_bug {
...
@@ -201,6 +201,7 @@ sub show_bug {
$bug
{
'blocked'
}
=
\
@list2
;
$bug
{
'blocked'
}
=
\
@list2
;
# Groups
# Groups
my
@groups
;
if
(
$::usergroupset
ne
'0'
||
$bug
{
'groupset'
}
ne
'0'
)
{
if
(
$::usergroupset
ne
'0'
||
$bug
{
'groupset'
}
ne
'0'
)
{
my
$bug_groupset
=
$bug
{
'groupset'
};
my
$bug_groupset
=
$bug
{
'groupset'
};
...
@@ -213,7 +214,6 @@ sub show_bug {
...
@@ -213,7 +214,6 @@ sub show_bug {
"AND ((isactive = 1 AND (bit & $::usergroupset != 0)) OR
"AND ((isactive = 1 AND (bit & $::usergroupset != 0)) OR
(bit & $bug_groupset != 0))"
);
(bit & $bug_groupset != 0))"
);
my
@groups
;
$user
{
'inallgroups'
}
=
1
;
$user
{
'inallgroups'
}
=
1
;
while
(
MoreSQLData
())
{
while
(
MoreSQLData
())
{
...
@@ -254,9 +254,8 @@ sub show_bug {
...
@@ -254,9 +254,8 @@ sub show_bug {
(
$bug
{
'reporter_accessible'
},
(
$bug
{
'reporter_accessible'
},
$bug
{
'cclist_accessible'
})
=
FetchSQLData
();
$bug
{
'cclist_accessible'
})
=
FetchSQLData
();
}
}
$vars
->
{
'groups'
}
=
\
@groups
;
}
}
$vars
->
{
'groups'
}
=
\
@groups
;
my
$movers
=
Param
(
"movers"
);
my
$movers
=
Param
(
"movers"
);
$user
{
'canmove'
}
=
Param
(
"move-enabled"
)
$user
{
'canmove'
}
=
Param
(
"move-enabled"
)
...
@@ -296,11 +295,12 @@ sub show_bug {
...
@@ -296,11 +295,12 @@ sub show_bug {
$bug
{
'cc'
}
=
\
@cc
if
$cc
[
0
];
$bug
{
'cc'
}
=
\
@cc
if
$cc
[
0
];
# Next bug in list (if there is one)
# Next bug in list (if there is one)
my
@bug_list
;
if
(
$::COOKIE
{
"BUGLIST"
}
&&
$id
)
if
(
$::COOKIE
{
"BUGLIST"
}
&&
$id
)
{
{
my
@bug_list
=
split
(
/:/
,
$::COOKIE
{
"BUGLIST"
});
@bug_list
=
split
(
/:/
,
$::COOKIE
{
"BUGLIST"
});
$vars
->
{
'bug_list'
}
=
\
@bug_list
;
}
}
$vars
->
{
'bug_list'
}
=
\
@bug_list
;
$bug
{
'comments'
}
=
GetComments
(
$bug
{
'bug_id'
});
$bug
{
'comments'
}
=
GetComments
(
$bug
{
'bug_id'
});
...
...
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