[open-ils-commits] r16037 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Search (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Mar 29 14:44:18 EDT 2010
Author: erickson
Date: 2010-03-29 14:44:14 -0400 (Mon, 29 Mar 2010)
New Revision: 16037
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
Log:
removed unused / nonfunctional method stub
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm 2010-03-29 16:41:08 UTC (rev 16036)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm 2010-03-29 18:44:14 UTC (rev 16037)
@@ -1907,21 +1907,7 @@
}
-
-
__PACKAGE__->register_method(
- method => 'copies_created_on',
-);
-
-
-sub copies_created_on {
- my( $self, $conn, $auth, $org, $date ) = @_;
- my $e = new_editor(authtoken=>$auth);
- return $e->event unless $e->checkauth;
-}
-
-
-__PACKAGE__->register_method(
method => 'fetch_age_protect',
api_name => 'open-ils.search.copy.age_protect.retrieve.all',
);
More information about the open-ils-commits
mailing list