Bug 6755 follow up, fixing broken POD
This commit is contained in:
parent
d60732119c
commit
8e7b163608
2 changed files with 11 additions and 4 deletions
|
@ -53,6 +53,15 @@ BEGIN {
|
|||
}
|
||||
|
||||
|
||||
=head1 NAME
|
||||
|
||||
C4::Output - Functions for managing output, is slowly being deprecated
|
||||
|
||||
=head1 FUNCTIONS
|
||||
|
||||
=over 2
|
||||
=cut
|
||||
|
||||
=item FormatNumber
|
||||
=cut
|
||||
sub FormatNumber{
|
||||
|
|
|
@ -239,12 +239,10 @@ C4::Templates - Functions for managing templates
|
|||
|
||||
=head1 FUNCTIONS
|
||||
|
||||
=over 2
|
||||
|
||||
=cut
|
||||
|
||||
#FIXME: this is a quick fix to stop rc1 installing broken
|
||||
#Still trying to figure out the correct fix.
|
||||
# FIXME: this is a quick fix to stop rc1 installing broken
|
||||
# Still trying to figure out the correct fix.
|
||||
my $path = C4::Context->config('intrahtdocs') . "/prog/en/includes/";
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue