Update of /cvsroot/koha/koha/marc In directory usw-pr-cvs1:/tmp/cvs-serv31420/koha/marc Modified Files: koha2marc Log Message: Started on updateItem subroutine. Index: koha2marc =================================================================== RCS file: /cvsroot/koha/koha/marc/koha2marc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** koha2marc 2001/06/25 19:07:20 1.2 --- koha2marc 2001/09/27 19:24:18 1.3 *************** *** 7,11 **** # MySQL tables!!! It is only in here during development!!!! ! system("mysql Koha -ptestpass < deletemarc"); use C4::Database; --- 7,11 ---- # MySQL tables!!! It is only in here during development!!!! ! system("mysql Koha -pkohapass < deletemarc"); use C4::Database; *************** *** 26,29 **** --- 26,30 ---- $sth->execute; my $env; + $env->{'marconly'}=1; while (my $biblioitem=$sth->fetchrow_hashref) {
participants (1)
-
Steve Tonnesen