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
ca172d99
Commit
ca172d99
authored
Mar 11, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whoops; left out the "mailto:" part of a mailto link.
parent
658f2f56
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
globals.pl
globals.pl
+3
-3
No files found.
globals.pl
View file @
ca172d99
...
@@ -655,7 +655,7 @@ sub GetLongDescriptionAsText {
...
@@ -655,7 +655,7 @@ sub GetLongDescriptionAsText {
if
(
$start
&&
$start
=~
/[1-9]/
)
{
if
(
$start
&&
$start
=~
/[1-9]/
)
{
# If the start is all zeros, then don't do this (because we want to
# If the start is all zeros, then don't do this (because we want to
# not emit a leading "Addition Comments" line in that case.)
# not emit a leading "Addition
al
Comments" line in that case.)
$query
.=
"AND longdescs.bug_when > '$start'"
;
$query
.=
"AND longdescs.bug_when > '$start'"
;
$count
=
1
;
$count
=
1
;
}
}
...
@@ -697,7 +697,7 @@ sub GetLongDescriptionAsHTML {
...
@@ -697,7 +697,7 @@ sub GetLongDescriptionAsHTML {
if
(
$start
&&
$start
=~
/[1-9]/
)
{
if
(
$start
&&
$start
=~
/[1-9]/
)
{
# If the start is all zeros, then don't do this (because we want to
# If the start is all zeros, then don't do this (because we want to
# not emit a leading "Addition Comments" line in that case.)
# not emit a leading "Addition
al
Comments" line in that case.)
$query
.=
"AND longdescs.bug_when > '$start'"
;
$query
.=
"AND longdescs.bug_when > '$start'"
;
$count
=
1
;
$count
=
1
;
}
}
...
@@ -711,7 +711,7 @@ sub GetLongDescriptionAsHTML {
...
@@ -711,7 +711,7 @@ sub GetLongDescriptionAsHTML {
my
(
$who
,
$when
,
$text
)
=
(
FetchSQLData
());
my
(
$who
,
$when
,
$text
)
=
(
FetchSQLData
());
if
(
$count
)
{
if
(
$count
)
{
$result
.=
"<BR><BR><I>------- Additional Comments From "
.
$result
.=
"<BR><BR><I>------- Additional Comments From "
.
qq{<A HREF="$who">$who</A> }
.
qq{<A HREF="
mailto:
$who">$who</A> }
.
time2str
(
"%Y-%m-%d %H:%M"
,
str2time
(
$when
))
.
time2str
(
"%Y-%m-%d %H:%M"
,
str2time
(
$when
))
.
" -------</I><BR>\n"
;
" -------</I><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