Bugzilla – Attachment 47892 Details for
Bug 15796
C4::Koha - get_itemtypeinfos_of is not used anymore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15796: Remove C4::Koha::get_itemtypeinfos_of
Bug-15796-Remove-C4Kohagetitemtypeinfosof.patch (text/plain), 1.27 KB, created by
Jonathan Druart
on 2016-02-11 13:51:33 UTC
(
hide
)
Description:
Bug 15796: Remove C4::Koha::get_itemtypeinfos_of
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-02-11 13:51:33 UTC
Size:
1.27 KB
patch
obsolete
>From 1c70f3a1f110da998c26e0ff54d6dce7424c038b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 11 Feb 2016 13:50:42 +0000 >Subject: [PATCH] Bug 15796: Remove C4::Koha::get_itemtypeinfos_of > >This subroutine is no longer in use. > >Test plan: > git grep get_itemtypeinfos_of >should not return any results. >--- > C4/Koha.pm | 17 ----------------- > 1 file changed, 17 deletions(-) > >diff --git a/C4/Koha.pm b/C4/Koha.pm >index 7171f16..353708b 100644 >--- a/C4/Koha.pm >+++ b/C4/Koha.pm >@@ -45,7 +45,6 @@ BEGIN { > &GetItemTypes &getitemtypeinfo > &GetItemTypesCategorized &GetItemTypesByCategory > &GetSupportName &GetSupportList >- &get_itemtypeinfos_of > &getframeworks &getframeworkinfo > &GetFrameworksLoop > &getallthemes >@@ -339,22 +338,6 @@ sub GetItemTypesByCategory { > return @$tmp; > } > >-sub get_itemtypeinfos_of { >- my @itemtypes = @_; >- >- my $placeholders = join( ', ', map { '?' } @itemtypes ); >- my $query = <<"END_SQL"; >-SELECT itemtype, >- description, >- imageurl, >- notforloan >- FROM itemtypes >- WHERE itemtype IN ( $placeholders ) >-END_SQL >- >- return get_infos_of( $query, 'itemtype', undef, \@itemtypes ); >-} >- > =head2 getframework > > $frameworks = &getframework(); >-- >2.1.0
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 15796
:
47892
|
47959
|
48002