[Koha-cvs] CVS: koha/C4 Search.pm,1.90,1.91

Chris Cormack rangi at users.sourceforge.net
Sun Aug 15 03:50:26 CEST 2004


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

Modified Files:
	Search.pm 
Log Message:
Commiting a sample change to the default template to allow users to pick
their language.
Just a sample template builders can look at this and make changes to their
templates


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -r1.90 -r1.91
*** Search.pm	30 Jul 2004 13:55:09 -0000	1.90
--- Search.pm	15 Aug 2004 01:50:24 -0000	1.91
***************
*** 2571,2576 ****
  =item getalllanguages
  
!   (@languages) = &getalllanguages();
!   (@languages) = &getalllanguages($theme);
  
  Returns an array of all available languages.
--- 2571,2576 ----
  =item getalllanguages
  
!   (@languages) = &getalllanguages($type);
!   (@languages) = &getalllanguages($type,$theme);
  
  Returns an array of all available languages.





More information about the Koha-cvs mailing list