[Koha-cvs] CVS: koha/C4 Search.pm,1.85.2.3,1.85.2.4

Paul POULAIN tipaul at users.sourceforge.net
Fri Feb 6 15:21:56 CET 2004


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

Modified Files:
      Tag: rel_2_0
	Search.pm 
Log Message:
bugfix for subject search.

Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.85.2.3
retrieving revision 1.85.2.4
diff -C2 -r1.85.2.3 -r1.85.2.4
*** Search.pm	26 Jan 2004 10:39:16 -0000	1.85.2.3
--- Search.pm	6 Feb 2004 14:21:54 -0000	1.85.2.4
***************
*** 1146,1150 ****
  	} else {
  		if ($type eq 'subject'){
! 			$query .= "group by subject order by subject ";
  		}
  	}
--- 1146,1150 ----
  	} else {
  		if ($type eq 'subject'){
! 			$query .= "order by subject group by subject ";
  		}
  	}





More information about the Koha-cvs mailing list