Bugzilla – Attachment 6304 Details for
Bug 7221
DelBiblio POD is incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
0001-Bug-7221-C4-Biblio.pm-documentation-is-incorrect.patch (text/plain), 807 bytes, created by
Joy Nelson
on 2011-11-14 18:56:48 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Joy Nelson
Created:
2011-11-14 18:56:48 UTC
Size:
807 bytes
patch
obsolete
>From f2d454c4004997c2e1f59d6494b11bc277d2fe7d Mon Sep 17 00:00:00 2001 >From: Joy Nelson <joy@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 >
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 7221
:
6304
|
6305