Skip to content

Commit

Permalink
Bug 15839: Koha::Reviews - Remove C4::Review residue
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
  • Loading branch information
joubu authored and kylemhall committed Sep 9, 2016
1 parent 092ae34 commit 54044e0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 487 deletions.
74 changes: 0 additions & 74 deletions C4/Review.pm

This file was deleted.

1 change: 0 additions & 1 deletion opac/opac-detail.pl
Expand Up @@ -35,7 +35,6 @@
use C4::XISBN qw(get_xisbns get_biblionumber_from_isbn);
use C4::External::Amazon;
use C4::External::Syndetics qw(get_syndetics_index get_syndetics_summary get_syndetics_toc get_syndetics_excerpt get_syndetics_reviews get_syndetics_anotes );
use C4::Review;
use C4::Members;
use C4::XSLT;
use C4::ShelfBrowser;
Expand Down
1 change: 0 additions & 1 deletion opac/opac-showreviews.pl
Expand Up @@ -26,7 +26,6 @@
use C4::Koha;
use C4::Output;
use C4::Circulation;
use C4::Review;
use C4::Biblio;
use C4::Members qw/GetMemberDetails/;
use Koha::DateUtils;
Expand Down
1 change: 0 additions & 1 deletion reviews/reviewswaiting.pl
Expand Up @@ -21,7 +21,6 @@
use C4::Auth;
use C4::Output;
use C4::Context;
use C4::Review;
use C4::Members;
use C4::Biblio;
use Koha::Reviews;
Expand Down
15 changes: 0 additions & 15 deletions t/Review.t

This file was deleted.

0 comments on commit 54044e0

Please sign in to comment.