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

Chris Cormack rangi at users.sourceforge.net
Mon Jun 16 11:19:47 CEST 2003


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;





More information about the Koha-cvs mailing list