Merge remote-tracking branch 'kc/new/bug_6755' into kcmaster
This commit is contained in:
commit
2c09527abe
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,8 +239,6 @@ C4::Templates - Functions for managing templates
|
|||
|
||||
=head1 FUNCTIONS
|
||||
|
||||
=over 2
|
||||
|
||||
=cut
|
||||
|
||||
# FIXME: this is a quick fix to stop rc1 installing broken
|
||||
|
|
Loading…
Reference in a new issue