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
3fa1d7e8
Commit
3fa1d7e8
authored
Jun 27, 2001
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing "used only once" errors flagged by tinderbox on the last checkin.
parent
218999dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
bug_form.pl
bug_form.pl
+1
-0
post_bug.cgi
post_bug.cgi
+1
-0
No files found.
bug_form.pl
View file @
3fa1d7e8
...
...
@@ -32,6 +32,7 @@ sub bug_form_pl_sillyness {
my
$zz
;
$zz
=
%::
FORM
;
$zz
=
%::
components
;
$zz
=
%::
proddesc
;
$zz
=
%::
prodmaxvotes
;
$zz
=
%::
versions
;
$zz
=
@::legal_keywords
;
...
...
post_bug.cgi
View file @
3fa1d7e8
...
...
@@ -33,6 +33,7 @@ require "CGI.pl";
sub
sillyness
{
my
$zz
;
$zz
=
$::buffer
;
$zz
=
$::usergroupset
;
$zz
=
%::
COOKIE
;
$zz
=
%::
components
;
$zz
=
%::
versions
;
...
...
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