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
0f5d47f6
Commit
0f5d47f6
authored
Oct 30, 2003
by
kiko%async.com.br
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
parent
d3f269db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
CGI.pl
CGI.pl
+1
-1
globals.pl
globals.pl
+0
-1
No files found.
CGI.pl
View file @
0f5d47f6
...
@@ -42,7 +42,7 @@ use Bugzilla::Error;
...
@@ -42,7 +42,7 @@ use Bugzilla::Error;
sub
CGI_pl_sillyness
{
sub
CGI_pl_sillyness
{
my
$zz
;
my
$zz
;
$zz
=
%::
dontchange
;
$zz
=
$::buffer
;
}
}
use
CGI::
Carp
qw(fatalsToBrowser)
;
use
CGI::
Carp
qw(fatalsToBrowser)
;
...
...
globals.pl
View file @
0f5d47f6
...
@@ -39,7 +39,6 @@ use Bugzilla::Config qw(:DEFAULT ChmodDataFile);
...
@@ -39,7 +39,6 @@ use Bugzilla::Config qw(:DEFAULT ChmodDataFile);
sub
globals_pl_sillyness
{
sub
globals_pl_sillyness
{
my
$zz
;
my
$zz
;
$zz
=
@
main::
SqlStateStack
;
$zz
=
@
main::
default_column_list
;
$zz
=
@
main::
default_column_list
;
$zz
=
$
main::
defaultqueryname
;
$zz
=
$
main::
defaultqueryname
;
$zz
=
@
main::
enterable_products
;
$zz
=
@
main::
enterable_products
;
...
...
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