koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.33,1.34


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4 Catalogue.pm,1.33,1.34
Date: Mon, 16 Jun 2003 02:19:47 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv23104/C4

Modified Files:
        Catalogue.pm 
Log Message:
Ordering branches by branchname



Index: Catalogue.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Catalogue.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** Catalogue.pm        30 May 2003 21:22:49 -0000      1.33
--- Catalogue.pm        16 Jun 2003 09:19:44 -0000      1.34
***************
*** 891,895 ****
  sub branches {
      my $dbh   = C4::Context->dbh;
!     my $query = "Select * from branches";
      my $sth   = $dbh->prepare($query);
      my $i     = 0;
--- 891,895 ----
  sub branches {
      my $dbh   = C4::Context->dbh;
!     my $query = "Select * from branches order by branchname";
      my $sth   = $dbh->prepare($query);
      my $i     = 0;




reply via email to

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