koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/updater updatedatabase,1.42,1.43


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.42,1.43
Date: Fri, 02 May 2003 16:01:20 -0700

Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv8000

Modified Files:
        updatedatabase 
Log Message:
Adding the textmessaging column to the borrowers table.
insertdata.pl is expecting this to exist, and hence modifying/adding
borrowers was broken.

Also ran they script thru perltidy


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** updatedatabase      29 Apr 2003 16:53:25 -0000      1.42
--- updatedatabase      2 May 2003 23:01:09 -0000       1.43
***************
*** 21,41 ****
  # Koha modules
  use C4::Context("/etc/koha.conf.tmp");
!       # FIXME - /etc/koha.conf might not exist, so shouldn't use
!       # C4::Context.
  
  # FIXME - The user might be installing a new database, so can't rely
  # on /etc/koha.conf anyway.
  
! my $debug=0;
  
[...1117 lines suppressed...]
!               $dbh->prepare(
!                 "insert into $table ($fieldlist) values ($placeholders)");
!             $sth->execute(@values);
!         }
      }
  }
***************
*** 550,553 ****
--- 758,768 ----
  
  # $Log$
+ # Revision 1.43  2003/05/02 23:01:09  rangi
+ # Adding the textmessaging column to the borrowers table.
+ # insertdata.pl is expecting this to exist, and hence modifying/adding
+ # borrowers was broken.
+ #
+ # Also ran they script thru perltidy
+ #
  # Revision 1.42  2003/04/29 16:53:25  tipaul
  # really proud of this commit :-)




reply via email to

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