[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha Install.pm,1.1.2.24,1.1.2.25
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha Install.pm,1.1.2.24,1.1.2.25 |
Date: |
Mon, 09 Dec 2002 15:39:14 -0800 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv26121
Modified Files:
Tag: rel-1-2
Install.pm
Log Message:
bug fix
Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.24
retrieving revision 1.1.2.25
diff -C2 -r1.1.2.24 -r1.1.2.25
*** Install.pm 9 Dec 2002 21:31:55 -0000 1.1.2.24
--- Install.pm 9 Dec 2002 23:39:12 -0000 1.1.2.25
***************
*** 1234,1238 ****
$branchcode=uc($branchcode);
$branchcode=substr($branchcode,0,4);
! $branchcode || $branchcode='DEF';
system("$::mysqldir/bin/mysql -u$::mysqluser $::mysqlpass_quoted
$::dbname -e \"insert into branches (branchcode,branchname,issuing) values
('$branchcode', '$branch', 1)\"");
--- 1234,1238 ----
$branchcode=uc($branchcode);
$branchcode=substr($branchcode,0,4);
! $branchcode or $branchcode='DEF';
system("$::mysqldir/bin/mysql -u$::mysqluser $::mysqlpass_quoted
$::dbname -e \"insert into branches (branchcode,branchname,issuing) values
('$branchcode', '$branch', 1)\"");
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha Install.pm,1.1.2.24,1.1.2.25,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Print.pm,1.3.2.10,1.3.2.11
- Next by Date:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.2.2.3,1.2.2.4 addorder.pl,1.3.2.3,1.3.2.4 basket.pl,1.2.2.2,1.2.2.3 finishreceive.pl,1.1.1.1.2.3,1.1.1.1.2.4 modorders.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbasket.pl,1.1.1.1.2.3,1.1.1.1.2.4 newbasket2.pl,1.1.1.1.2.3,1.1.1.1.2.4 newbiblio.pl,1.2.2.4,1.2.2.5 order.pl,1.1.1.1.2.2,1.1.1.1.2.3 receive.pl,1.1.1.1.2.4,1.1.1.1.2.5 recieveorder.pl,1.1.1.1.2.2,1.1.1.1.2.3 supplier.pl,1.1.1.1.2.2,1.1.1.1.2.3 updatesupplier.pl,1.1.1.1.2.2,1.1.1.1.2.3
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Print.pm,1.3.2.10,1.3.2.11
- Next by thread:
[Koha-cvs] CVS: koha/acqui acquire.pl,1.2.2.3,1.2.2.4 addorder.pl,1.3.2.3,1.3.2.4 basket.pl,1.2.2.2,1.2.2.3 finishreceive.pl,1.1.1.1.2.3,1.1.1.1.2.4 modorders.pl,1.1.1.1.2.2,1.1.1.1.2.3 newbasket.pl,1.1.1.1.2.3,1.1.1.1.2.4 newbasket2.pl,1.1.1.1.2.3,1.1.1.1.2.4 newbiblio.pl,1.2.2.4,1.2.2.5 order.pl,1.1.1.1.2.2,1.1.1.1.2.3 receive.pl,1.1.1.1.2.4,1.1.1.1.2.5 recieveorder.pl,1.1.1.1.2.2,1.1.1.1.2.3 supplier.pl,1.1.1.1.2.2,1.1.1.1.2.3 updatesupplier.pl,1.1.1.1.2.2,1.1.1.1.2.3
- Index(es):