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
7c9ed2d4
Commit
7c9ed2d4
authored
Aug 04, 2006
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad POD on previous checkin that was causing tinderbox to burn.
parent
e68208dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
Field.pm
Bugzilla/Field.pm
+4
-0
Filesystem.pm
Bugzilla/Install/Filesystem.pm
+0
-6
No files found.
Bugzilla/Field.pm
View file @
7c9ed2d4
...
...
@@ -382,6 +382,8 @@ sub get_legal_field_values {
return
$result_ref
;
}
=over
=item C<populate_field_definitions()>
Description: Populates the fielddefs table during an installation
...
...
@@ -391,6 +393,8 @@ Params: none
Returns: nothing
=back
=cut
sub
populate_field_definitions
{
...
...
Bugzilla/Install/Filesystem.pm
View file @
7c9ed2d4
...
...
@@ -566,17 +566,11 @@ __END__
Bugzilla::Install::Filesystem - Fix up the filesystem during
installation.
=head1 SYNOPSIS
=head1 DESCRIPTION
This module is used primarily by L<checksetup.pl> to modify the
filesystem during installation, including creating the data/ directory.
=over
=back
=head1 SUBROUTINES
=over
...
...
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