[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.9,1.4.2.10
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.9,1.4.2.10 |
Date: |
Tue, 25 Jun 2002 11:24:36 -0700 |
Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv8794/updater
Modified Files:
Tag: rel-1-2
updatedatabase
Log Message:
Fixed missing semicolons.
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.4.2.9
retrieving revision 1.4.2.10
diff -C2 -r1.4.2.9 -r1.4.2.10
*** updatedatabase 25 Jun 2002 16:57:39 -0000 1.4.2.9
--- updatedatabase 25 Jun 2002 18:24:33 -0000 1.4.2.10
***************
*** 252,256 ****
# Populate systempreferences if it is empty
! $sth=$dbh->prepare("select value from systempreferences where
variable='autoMemberNum'")
$sth->execute;
unless ($sth->rows) {
--- 252,256 ----
# Populate systempreferences if it is empty
! $sth=$dbh->prepare("select value from systempreferences where
variable='autoMemberNum'");
$sth->execute;
unless ($sth->rows) {
***************
*** 258,262 ****
$sth->execute;
}
! $sth=$dbh->prepare("select value from systempreferences where
variable='acquisitions'")
$sth->execute;
unless ($sth->rows) {
--- 258,262 ----
$sth->execute;
}
! $sth=$dbh->prepare("select value from systempreferences where
variable='acquisitions'");
$sth->execute;
unless ($sth->rows) {
***************
*** 272,275 ****
--- 272,278 ----
# $Log$
+ # Revision 1.4.2.10 2002/06/25 18:24:33 tonnesen
+ # Fixed missing semicolons.
+ #
# Revision 1.4.2.9 2002/06/25 16:57:39 tonnesen
# Fixed bug. $sth->execute after $sti->prepare.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.4.2.9,1.4.2.10,
Steve Tonnesen <=