[Koha-cvs] CVS: koha/C4 Search.pm,1.88,1.89

Chris Cormack rangi at users.sourceforge.net
Wed Apr 28 11:09:31 CEST 2004


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

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


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -r1.88 -r1.89
*** Search.pm	28 Mar 2004 16:04:47 -0000	1.88
--- Search.pm	28 Apr 2004 09:09:27 -0000	1.89
***************
*** 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