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.85.2.8,1.85.2.9


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.85.2.8,1.85.2.9
Date: Wed, 28 Apr 2004 02:10:32 -0700

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




reply via email to

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