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
c79ebd73
Commit
c79ebd73
authored
Jun 13, 2003
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 207096 minor spelling fixes for Bugzilla/Search.pm
r=justdave a=justdave
parent
e66fbf3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Search.pm
Bugzilla/Search.pm
+6
-6
No files found.
Bugzilla/Search.pm
View file @
c79ebd73
...
...
@@ -768,7 +768,7 @@ sub init {
# by pressing the OR button at the right end of the chart. Extra
# charts are created by pressing "Add another boolean chart".
#
# Each chart consists of an ar
tib
rary number of rows and columns.
# Each chart consists of an ar
bit
rary number of rows and columns.
# The terms within a row are ORed together. The expressions represented
# by each row are ANDed together. The expressions represented by each
# chart are ANDed together.
...
...
@@ -795,7 +795,7 @@ sub init {
# The terms within a single row of a boolean chart are all constraints
# on a single piece of data. If you're looking for a bug that has two
# different people cc'd on it, then you need to use two boolean charts.
# This will find bugs with one CC mathing 'foo@blah.org' and and another
# This will find bugs with one CC mat
c
hing 'foo@blah.org' and and another
# CC matching 'bar@blah.org'.
#
# --------------------------------------------------------------
...
...
@@ -818,7 +818,7 @@ sub init {
# bar@blah.org
# --------------------------------------------------------------
# $chartid is the number of the current chart whose SQL we're contructing
# $chartid is the number of the current chart whose SQL we're con
s
tructing
# $row is the current row of the current chart
# names for table aliases are constructed using $chartid and $row
...
...
@@ -871,7 +871,7 @@ sub init {
# This is either from the internal chart (in which case we
# already know about it), or it was in %chartfields, so it is
# a valid field name, which means that its ok.
# a valid field name, which means that it
'
s ok.
trick_taint
(
$f
);
$q
=
&::
SqlQuote
(
$v
);
my
$func
;
...
...
@@ -1002,8 +1002,8 @@ sub SqlifyDate {
return
time2str
(
"%Y-%m-%d %H:%M:%S"
,
$date
);
}
# ListIDsForEmail returns a
n
string with a comma-joined list
# of userids matching
an email addres
s
# ListIDsForEmail returns a string with a comma-joined list
# of userids matching
email addresse
s
# according to the type specified.
# Currently, this only supports anyexact and substring matches.
# Substring matches will return up to 50 matching userids
...
...
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