[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.13,1.14
From: |
Mike Hansen |
Subject: |
[Koha-cvs] CVS: koha/admin aqbookfund.pl,1.13,1.14 |
Date: |
Sat, 12 Apr 2003 22:54:21 -0700 |
Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv15180/koha/admin
Modified Files:
aqbookfund.pl
Log Message:
Index: aqbookfund.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbookfund.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** aqbookfund.pl 8 Apr 2003 12:01:24 -0000 1.13
--- aqbookfund.pl 13 Apr 2003 05:54:18 -0000 1.14
***************
*** 121,125 ****
$template->param(bookfundid =>$bookfundid);
$template->param(bookfundname =>$data->{'bookfundname'});
- $template->param(bookfundgroup =>$data->{'bookfundgroup'});
# END $OP eq ADD_FORM
--- 121,124 ----
***************
*** 133,140 ****
$sth->execute;
$sth->finish;
! $query = "replace aqbookfund (bookfundid,bookfundname,bookfundgroup)
values (";
$query.= $dbh->quote($input->param('bookfundid')).",";
! $query.= $dbh->quote($input->param('bookfundname')).",";
! $query.= $dbh->quote($input->param('bookfundgroup')).")";
my $sth=$dbh->prepare($query);
$sth->execute;
--- 132,138 ----
$sth->execute;
$sth->finish;
! $query = "replace aqbookfund (bookfundid,bookfundname) values (";
$query.= $dbh->quote($input->param('bookfundid')).",";
! $query.= $dbh->quote($input->param('bookfundname')).")";
my $sth=$dbh->prepare($query);
$sth->execute;
***************
*** 155,159 ****
$template->param(bookfundid => $bookfundid);
$template->param(bookfundname => $data->{'bookfundname'});
- $template->param(bookfundgroup => $data->{'bookfundgroup'});
# END $OP eq DELETE_CONFIRM
################## DELETE_CONFIRMED ##################################
--- 153,156 ----
***************
*** 185,193 ****
my @bookfundid = ();
my @bookfundname = ();
- my @bookfundgroup = ();
push(@toggle,$toggle);
push(@bookfundid,$results->[$i]{'bookfundid'});
push(@bookfundname,$results->[$i]{'bookfundname'});
- push(@bookfundgroup,$results->[$i]{'bookfundgroup'});
if ($toggle eq 'white'){
$toggle="#ffffcc";
--- 182,188 ----
***************
*** 195,204 ****
$toggle="white";
}
! while (@toggle and @bookfundid and @bookfundname and @bookfundgroup) {
my %row_data;
$row_data{toggle} = shift @toggle;
$row_data{bookfundid} = shift @bookfundid;
$row_data{bookfundname} = shift @bookfundname;
- $row_data{bookfundgroup} = shift @bookfundgroup;
push(@loop_data, \%row_data);
}
--- 190,198 ----
$toggle="white";
}
! while (@toggle and @bookfundid and @bookfundname) {
my %row_data;
$row_data{toggle} = shift @toggle;
$row_data{bookfundid} = shift @bookfundid;
$row_data{bookfundname} = shift @bookfundname;
push(@loop_data, \%row_data);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin aqbookfund.pl,1.13,1.14,
Mike Hansen <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters itemtypes.tmpl,1.6,1.7
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters admin-home.tmpl,1.16,1.17 aqbookfund.tmpl,1.14,1.15 aqbudget.tmpl,1.12,1.13 categorie.tmpl,1.5,1.6 categoryitem.tmpl,1.2,1.3 currency.tmpl,1.3,1.4 marc_subfields_structure.tmpl,1.17,1.18 marctagstructure.tmpl,1.12,1.13 printers.tmpl,1.4,1.5 stopwords.tmpl,1.6,1.7 systempreferences.tmpl,1.11,1.12 z3950servers.tmpl,1.5,1.6
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters itemtypes.tmpl,1.6,1.7
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters admin-home.tmpl,1.16,1.17 aqbookfund.tmpl,1.14,1.15 aqbudget.tmpl,1.12,1.13 categorie.tmpl,1.5,1.6 categoryitem.tmpl,1.2,1.3 currency.tmpl,1.3,1.4 marc_subfields_structure.tmpl,1.17,1.18 marctagstructure.tmpl,1.12,1.13 printers.tmpl,1.4,1.5 stopwords.tmpl,1.6,1.7 systempreferences.tmpl,1.11,1.12 z3950servers.tmpl,1.5,1.6
- Index(es):