koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.88,1.89
Date: Wed, 28 Apr 2004 02:09:31 -0700

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 ";
                }
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]