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
23 years ago
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
master
dev
master-old
release-5.0-stable
version-5.2
release-5.0.6-etersoft
release-5.0.5-etersoft
release-5.0.4-etersoft
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
;
...
...
This diff is collapsed.
Click to expand it.
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
;
...
...
This diff is collapsed.
Click to expand it.
Bugzilla/RelationSet.pm
View file @
530879b4
This diff is collapsed.
Click to expand it.
RelationSet.pm
View file @
530879b4
This diff is collapsed.
Click to expand it.
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