[Patches] [PATCH] Bug 7221: C4/Biblio.pm documentation is incorrect.
koha-patchbot at kohaaloha.com
koha-patchbot at kohaaloha.com
Tue Nov 15 08:00:04 NZDT 2011
From: Joy Nelson <joy at bywatersolutions.com>
Date: Mon, 14 Nov 2011 17:23:49 -0500
Subject: [PATCH] Bug 7221: C4/Biblio.pm documentation is incorrect.
No need to pass $dbh as a paramter. Removed $dbh from line 392 to show correct syntax.
---
C4/Biblio.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index 8747cc5..a112c84 100644
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -389,7 +389,7 @@ sub ModBiblioframework {
=head2 DelBiblio
- my $error = &DelBiblio($dbh,$biblionumber);
+ my $error = &DelBiblio($biblionumber);
Exported function (core API) for deleting a biblio in koha.
Deletes biblio record from Zebra and Koha tables (biblio,biblioitems,items)
--
1.7.2.5
More information about the Patches
mailing list