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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
073c4767
Commit
073c4767
authored
Aug 29, 2001
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing a couple typoes
parent
97505287
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doeditvotes.cgi
doeditvotes.cgi
+3
-3
No files found.
doeditvotes.cgi
View file @
073c4767
...
@@ -41,8 +41,8 @@ my @buglist = grep {/^[1-9][0-9]*$/} keys(%::FORM);
...
@@ -41,8 +41,8 @@ my @buglist = grep {/^[1-9][0-9]*$/} keys(%::FORM);
# If no bugs are in the buglist, let's make sure the user gets notified
# If no bugs are in the buglist, let's make sure the user gets notified
# that their votes will get nuked if they continue.
# that their votes will get nuked if they continue.
if
(
(
0
==
@buglist
)
{
if
(
0
==
@buglist
)
{
if
(
!
defined
$::FORM
{
'delete_all_votes'
})
)
{
if
(
!
defined
$::FORM
{
'delete_all_votes'
})
{
print
"Content-type: text/html\n\n"
;
print
"Content-type: text/html\n\n"
;
PutHeader
(
"Remove your votes?"
);
PutHeader
(
"Remove your votes?"
);
print
"<p>You are about to remove all of your bug votes. Are you sure you wish to remove your vote from every bug you've voted on?</p>"
;
print
"<p>You are about to remove all of your bug votes. Are you sure you wish to remove your vote from every bug you've voted on?</p>"
;
...
@@ -54,7 +54,7 @@ if ((0 == @buglist) {
...
@@ -54,7 +54,7 @@ if ((0 == @buglist) {
PutFooter
();
PutFooter
();
exit
();
exit
();
}
}
elsif
(
$::FORM
{
'delete_all_votes'
}
==
0
)
)
{
elsif
(
$::FORM
{
'delete_all_votes'
}
==
0
)
{
print
"Location: showvotes.cgi\n\n"
;
print
"Location: showvotes.cgi\n\n"
;
exit
();
exit
();
}
}
...
...
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