[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/updater updatedatabase [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/updater updatedatabase [rel_3_0] |
Date: |
Wed, 29 Nov 2006 11:58:18 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/29 11:58:18
Modified files:
updater : updatedatabase
Log message:
re indenting with space.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.29&r2=1.157.2.30
Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.29
retrieving revision 1.157.2.30
diff -u -b -r1.157.2.29 -r1.157.2.30
--- updatedatabase 24 Nov 2006 21:58:35 -0000 1.157.2.29
+++ updatedatabase 29 Nov 2006 11:58:18 -0000 1.157.2.30
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.157.2.29 2006/11/24 21:58:35 kados Exp $
+# $Id: updatedatabase,v 1.157.2.30 2006/11/29 11:58:18 toins Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -2023,6 +2023,9 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.157.2.30 2006/11/29 11:58:18 toins
+# re indenting with space.
+#
# Revision 1.157.2.29 2006/11/24 21:58:35 kados
# changing items.itemtype to items.itype to avoid problems with
# joins with biblioitems. NOTE: I don't think updatedatabase will remove the
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], (continued)
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2006/11/14
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Ryan Higgins, 2006/11/14
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Ryan Higgins, 2006/11/14
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2006/11/20
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2006/11/21
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2006/11/21
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Henri-Damien LAURENT, 2006/11/24
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2006/11/24
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Joshua Ferraro, 2006/11/24
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], paul poulain, 2006/11/24
- [Koha-cvs] koha/updater updatedatabase [rel_3_0],
Antoine Farnault <=