Bugzilla – Attachment 6305 Details for
Bug 7221
DelBiblio POD is incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off patch
0001-Bug-7221-C4-Biblio.pm-documentation-is-incorrect.patch (text/plain), 867 bytes, created by
Ian Walls
on 2011-11-14 19:02:57 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2011-11-14 19:02:57 UTC
Size:
867 bytes
patch
obsolete
>From 73f0e20f0f52094cb78e0c3f5ac3176be3c0e98e 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. > >$dbh is not a valid first parameter. Removed $dbh from line 392 to show correct syntax. > >Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> >--- > 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.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 7221
:
6304
| 6305