koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Auth.pm,1.32,1.33


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Auth.pm,1.32,1.33
Date: Mon, 10 May 2004 02:23:34 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2586/C4

Modified Files:
        Auth.pm 
Log Message:
adding LibraryName variable in the template

Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** Auth.pm     19 Mar 2004 15:07:29 -0000      1.32
--- Auth.pm     10 May 2004 09:23:32 -0000      1.33
***************
*** 125,131 ****
                my @bordat;
                $bordat[0] = $borr;
! 
!               $template->param(USER_INFO => address@hidden);
        }
        return ($template, $borrowernumber, $cookie);
  }
--- 125,134 ----
                my @bordat;
                $bordat[0] = $borr;
!               $template->param(USER_INFO => address@hidden,
!               );
        }
+       $template->param(
+                            LibraryName => 
C4::Context->preference("LibraryName"),
+               );
        return ($template, $borrowernumber, $cookie);
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]