BUGFIX Critical: Correcting misspelling of C4:Context as C4:context
authorChris Nighswonger <cnighswonger@foundations.edu>
Tue, 26 Feb 2008 19:04:23 +0000 (14:04 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 27 Feb 2008 15:02:48 +0000 (09:02 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Overdues.pm

index 812c5f3..777577b 100644 (file)
@@ -113,7 +113,7 @@ Koha database.
 #'
 sub Getoverdues {
     my $dbh = C4::Context->dbh;
-    my $sth =  (C4::context->preference('item-level_itypes')) ? 
+    my $sth =  (C4::Context->preference('item-level_itypes')) ? 
                                $dbh->prepare(
                                "SELECT issues.*,items.itype as itemtype FROM issues 
                        LEFT JOIN items USING (itemnumber)