[Koha-patches] [PATCH] Trivial correction to comment.

Joe Atzberger joe.atzberger at liblime.com
Tue Mar 10 22:40:58 CET 2009


---
 C4/Koha.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Koha.pm b/C4/Koha.pm
index b5e87f6..10fccbe 100644
--- a/C4/Koha.pm
+++ b/C4/Koha.pm
@@ -243,7 +243,7 @@ build a HTML select with the following code :
 
 sub GetItemTypes {
 
-    # returns a reference to a hash of references to branches...
+    # returns a reference to a hash of references to itemtypes...
     my %itemtypes;
     my $dbh   = C4::Context->dbh;
     my $query = qq|
-- 
1.5.6.5



More information about the Koha-patches mailing list