koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha Install.pm,1.1.2.13,1.1.2.14


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha Install.pm,1.1.2.13,1.1.2.14
Date: Fri, 16 Aug 2002 14:02:11 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv28934

Modified Files:
      Tag: rel-1-2
        Install.pm 
Log Message:
branchrelations fix needed to be done in two places...


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -C2 -r1.1.2.13 -r1.1.2.14
*** Install.pm  16 Aug 2002 21:01:20 -0000      1.1.2.13
--- Install.pm  16 Aug 2002 21:02:09 -0000      1.1.2.14
***************
*** 1147,1150 ****
--- 1147,1152 ----
  
                system("$mysqldir/bin/mysql -u$::mysqluser -p$::mysqlpass 
$::dbname -e \"insert into branches (branchcode,branchname,issuing) values 
('$branchcode', '$branch', 1)\"");
+               system("$mysqldir/bin/mysql -u$::mysqluser -p$::mysqlpass 
$::dbname -e \"insert into branchrelations (branchcode,categorycode) values 
('MAIN', 'IS')\"");
+               system("$mysqldir/bin/mysql -u$::mysqluser -p$::mysqlpass 
$::dbname -e \"insert into branchrelations (branchcode,categorycode) values 
('MAIN', 'CU')\"");
  
                my $printername='Library Printer';




reply via email to

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