Bugzilla – Attachment 5901 Details for
Bug 7035
de-nesting C4/ClassSource.pm and C4/ClassSortRoutine.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed Off patch
0001-Bug-7035-de-nesting-C4-ClassSource-ClassSortRoutine.patch (text/plain), 1.07 KB, created by
Ian Walls
on 2011-10-15 19:35:12 UTC
(
hide
)
Description:
Signed Off patch
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2011-10-15 19:35:12 UTC
Size:
1.07 KB
patch
obsolete
>From c902786d692bc8dff660395531e6c6c33f1d6bc0 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Fri, 16 Sep 2011 19:29:47 +0200 >Subject: [PATCH] Bug 7035 de-nesting C4::ClassSource & ClassSortRoutine > >just removing use C4::Koha, that are useless > >Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> >--- > C4/ClassSortRoutine.pm | 1 - > C4/ClassSource.pm | 1 - > 2 files changed, 0 insertions(+), 2 deletions(-) > >diff --git a/C4/ClassSortRoutine.pm b/C4/ClassSortRoutine.pm >index fcd797d..9fce28e 100644 >--- a/C4/ClassSortRoutine.pm >+++ b/C4/ClassSortRoutine.pm >@@ -23,7 +23,6 @@ use warnings; > require Exporter; > use Class::Factory::Util; > use C4::Context; >-use C4::Koha; > > use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); > >diff --git a/C4/ClassSource.pm b/C4/ClassSource.pm >index c527089..5d76497 100644 >--- a/C4/ClassSource.pm >+++ b/C4/ClassSource.pm >@@ -22,7 +22,6 @@ use warnings; > > require Exporter; > use C4::Context; >-use C4::Koha; > use C4::ClassSortRoutine; > > use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); >-- >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 7035
: 5901