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
f472f34b
Commit
f472f34b
authored
Sep 01, 2000
by
cyeh%bluemartini.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for 35604: indicate on bug lists if a bug is not visible to the public
patch submitted by dave@intrec.com (Dave Miller), legend added by cyeh@bluemartini.com
parent
b640b5e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
buglist.cgi
buglist.cgi
+7
-1
No files found.
buglist.cgi
View file @
f472f34b
...
...
@@ -1093,7 +1093,9 @@ while (@row = FetchSQLData()) {
pnl
"<input type=checkbox name=id_$bug_id>"
;
}
pnl
"<A HREF=\"show_bug.cgi?id=$bug_id\">"
;
pnl
"$bug_id</A> "
;
pnl
"$bug_id</A>"
;
if
(
$g
!=
"0"
)
{
pnl
"*"
;
}
pnl
" "
;
foreach
my
$c
(
@collist
)
{
if
(
exists
$::needquote
{
$c
})
{
my
$value
=
shift
@row
;
...
...
@@ -1167,6 +1169,10 @@ print "
<CENTER>
<B>"
.
time2str
(
"%a %b %e %T %Z %Y"
,
time
())
.
"</B>"
;
if
(
Param
(
'usebuggroups'
))
{
print
"<BR>* next to a bug number notes a bug not visible to everyone.<BR>"
;
}
if
(
defined
$::FORM
{
'debug'
})
{
print
"<P><CODE>"
.
value_quote
(
$query
)
.
"</CODE><P>\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