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,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