[Koha-cvs] CVS: koha/opac opac-user.pl,1.11,1.12

Paul POULAIN tipaul at users.sourceforge.net
Mon Dec 22 09:58:43 CET 2003


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv28483/opac

Modified Files:
	opac-user.pl 
Log Message:
fix for #614

Index: opac-user.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-user.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** opac-user.pl	18 Sep 2003 10:19:28 -0000	1.11
--- opac-user.pl	22 Dec 2003 08:58:40 -0000	1.12
***************
*** 131,135 ****
  }
  
! # $template->param(WAITING => \@waiting);
  $template->param(waiting_count => $wcount);
  
--- 131,135 ----
  }
  
! $template->param(WAITING => \@waiting);
  $template->param(waiting_count => $wcount);
  





More information about the Koha-cvs mailing list