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
530879b4
Commit
530879b4
authored
Oct 31, 2001
by
jake%acutex.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line)
parent
6123fc3f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
0 deletions
+2
-0
Bug.pm
Bug.pm
+1
-0
Bug.pm
Bugzilla/Bug.pm
+1
-0
RelationSet.pm
Bugzilla/RelationSet.pm
+0
-0
RelationSet.pm
RelationSet.pm
+0
-0
No files found.
Bug.pm
View file @
530879b4
...
...
@@ -27,6 +27,7 @@ use strict;
use
DBI
;
use
RelationSet
;
use
vars
qw($unconfirmedstate $legal_keywords)
;
require
"globals.pl"
;
require
"CGI.pl"
;
package
Bug
;
...
...
Bugzilla/Bug.pm
View file @
530879b4
...
...
@@ -27,6 +27,7 @@ use strict;
use
DBI
;
use
RelationSet
;
use
vars
qw($unconfirmedstate $legal_keywords)
;
require
"globals.pl"
;
require
"CGI.pl"
;
package
Bug
;
...
...
Bugzilla/RelationSet.pm
View file @
530879b4
RelationSet.pm
View file @
530879b4
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