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.3,1.85.2.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.85.2.3,1.85.2.4
Date: Fri, 06 Feb 2004 06:21:56 -0800

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




reply via email to

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