[Koha-patches] [PATCH] Perl documentation fixup in C4/Items.pm.

Sébastien Hinderer Sebastien.Hinderer at snv.jussieu.fr
Sat Oct 17 23:01:52 CEST 2009


From: Sébastien Hinderer <Sebastien.Hinderer at ens-lyon.org>

The documentation of the DelItem function did not menton the $dbh.
---
 C4/Items.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Items.pm b/C4/Items.pm
index 3f550ef..3df59ff 100644
--- a/C4/Items.pm
+++ b/C4/Items.pm
@@ -580,7 +580,7 @@ sub ModDateLastSeen {
 
 =over 4
 
-DelItem($biblionumber, $itemnumber);
+DelItem($dbh, $biblionumber, $itemnumber);
 
 =back
 
-- 
1.6.3.3




More information about the Koha-patches mailing list