Bugzilla – Attachment 5509 Details for
Bug 6875
de-nesting C4 packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6875 cleaning mainpage.pl
Bug-6875-cleaning-mainpagepl.patch (text/plain), 1.35 KB, created by
Paul Poulain
on 2011-09-21 15:24:36 UTC
(
hide
)
Description:
Bug 6875 cleaning mainpage.pl
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-09-21 15:24:36 UTC
Size:
1.35 KB
patch
obsolete
>From 750fca70a68acdf17a7a283818a0fd3c39e14cf0 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Sat, 17 Sep 2011 00:34:40 +0200 >Subject: [PATCH] Bug 6875 cleaning mainpage.pl > >AutoritiesMarc is loaded for nothing : we don't display authorities anywhere, so removing the dependancy as well as the useless code >--- > mainpage.pl | 19 ------------------- > 1 files changed, 0 insertions(+), 19 deletions(-) > >diff --git a/mainpage.pl b/mainpage.pl >index 25ee475..aeb1182 100755 >--- a/mainpage.pl >+++ b/mainpage.pl >@@ -24,24 +24,9 @@ use warnings; > use CGI; > use C4::Output; > use C4::Auth; >-use C4::AuthoritiesMarc; > use C4::Koha; > use C4::NewsChannels; > my $query = new CGI; >-my $authtypes = getauthtypes; >-my @authtypesloop; >- >-foreach my $thisauthtype ( >- sort { $authtypes->{$a} <=> $authtypes->{$b} } >- keys %$authtypes >- ) >-{ >- my %row = ( >- value => $thisauthtype, >- authtypetext => $authtypes->{$thisauthtype}{'authtypetext'}, >- ); >- push @authtypesloop, \%row; >-} > > my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > { >@@ -55,10 +40,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > } > ); > >-$template->param( >- authtypesloop => \@authtypesloop >-); >- > my $all_koha_news = &GetNewsToDisplay("koha"); > my $koha_news_count = scalar @$all_koha_news; > >-- >1.7.4.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6875
:
5442
|
5443
|
5496
|
5497
|
5498
|
5499
|
5500
|
5501
|
5502
|
5503
|
5504
|
5505
|
5506
|
5507
|
5508
|
5509
|
5510
|
5511
|
5512
|
7359
|
7360
|
7361
|
7362
|
7363
|
7364
|
7365
|
7652
|
7654
|
7655
|
7656
|
7657
|
7658
|
7770
|
7771
|
7808
|
7844
|
8095
|
8133
|
8134
|
8135