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
2fe815e9
Commit
2fe815e9
authored
Dec 16, 2007
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 369062 prior should read "earlier" in edit groups
r=lpsolit a=lpsolit
parent
c90d3ee4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
DB.pm
Bugzilla/DB.pm
+1
-1
confirm-remove.html.tmpl
template/en/default/admin/groups/confirm-remove.html.tmpl
+1
-1
userprefs.cgi
userprefs.cgi
+1
-1
No files found.
Bugzilla/DB.pm
View file @
2fe815e9
...
...
@@ -1628,7 +1628,7 @@ Abstract method, should be overridden by database specific code.
=item C<$limit> - number of rows to return from query (scalar)
=item C<$offset> - number of rows to skip
prior
counting (scalar)
=item C<$offset> - number of rows to skip
before
counting (scalar)
=back
...
...
template/en/default/admin/groups/confirm-remove.html.tmpl
View file @
2fe815e9
...
...
@@ -48,7 +48,7 @@
[% END %]
<p>Generally, you will only need to do this when upgrading groups
created with [% terms.Bugzilla %] versions 2.16 and
prio
r. Use
created with [% terms.Bugzilla %] versions 2.16 and
earlie
r. Use
this option with <b>extreme care</b> and consult the documentation
for further information.
</p>
...
...
userprefs.cgi
View file @
2fe815e9
...
...
@@ -503,7 +503,7 @@ my $cgi = Bugzilla->cgi;
# This script needs direct access to the username and password CGI variables,
# so we save them before their removal in Bugzilla->login, and delete them
#
prior to login if we might possibly be in an
sudo session.
#
before login in case we might be in a
sudo session.
my
$bugzilla_login
=
$cgi
->
param
(
'Bugzilla_login'
);
my
$bugzilla_password
=
$cgi
->
param
(
'Bugzilla_password'
);
$cgi
->
delete
(
'Bugzilla_login'
,
'Bugzilla_password'
)
if
(
$cgi
->
cookie
(
'sudo'
));
...
...
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