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.12,1.1.2.13


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

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

Modified Files:
      Tag: rel-1-2
        Install.pm 
Log Message:
Added 'IS' and 'CU' flags for default MAIN branch.


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -C2 -r1.1.2.12 -r1.1.2.13
*** Install.pm  14 Aug 2002 18:30:50 -0000      1.1.2.12
--- Install.pm  16 Aug 2002 21:01:20 -0000      1.1.2.13
***************
*** 1123,1126 ****
--- 1123,1128 ----
            system("gzip -9 sampledata-1.2");
            system("$mysqldir/bin/mysql -u$::mysqluser -p$::mysqlpass $::dbname 
-e \"insert into branches (branchcode,branchname,issuing) values ('MAIN', 'Main 
Library', 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')\"");
            system("$mysqldir/bin/mysql -u$::mysqluser -p$::mysqlpass $::dbname 
-e \"insert into printers (printername,printqueue,printtype) values 
('Circulation Desk Printer', 'lp', 'hp')\"");
            showmessage(getmessage('SampleDataInstalled'), 'PressEnter');




reply via email to

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