[Koha-cvs] CVS: koha/C4 Search.pm,1.85.2.8,1.85.2.9

Chris Cormack rangi at users.sourceforge.net
Wed Apr 28 11:10:32 CEST 2004


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

Modified Files:
      Tag: rel_2_0
	Search.pm 
Log Message:
Fix for bug 752


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.85.2.8
retrieving revision 1.85.2.9
diff -C2 -r1.85.2.8 -r1.85.2.9
*** Search.pm	28 Mar 2004 16:18:10 -0000	1.85.2.8
--- Search.pm	28 Apr 2004 09:10:29 -0000	1.85.2.9
***************
*** 1227,1231 ****
  	} else {
  		if ($type eq 'subject'){
! 			$query .= "order by subject group by subject ";
  		}
  	}
--- 1227,1231 ----
  	} else {
  		if ($type eq 'subject'){
! 			$query .= "group by subject ";
  		}
  	}





More information about the Koha-cvs mailing list