From d35d65fb2d6f1bd617c6bb6b5c4a23a959579f2d Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 10 Mar 2009 16:40:58 -0500 Subject: [PATCH] Trivial correction to comment. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- C4/Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index b5e87f663f..10fccbebd8 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| -- 2.20.1