[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: |
Tue, 21 Nov 2006 09:15:24 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/21 09:15:24
Modified files:
updater : updatedatabase
Log message:
better userflag description
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.23&r2=1.157.2.24
Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.23
retrieving revision 1.157.2.24
diff -u -b -r1.157.2.23 -r1.157.2.24
--- updatedatabase 21 Nov 2006 08:51:01 -0000 1.157.2.23
+++ updatedatabase 21 Nov 2006 09:15:23 -0000 1.157.2.24
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.157.2.23 2006/11/21 08:51:01 toins Exp $
+# $Id: updatedatabase,v 1.157.2.24 2006/11/21 09:15:23 toins Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -367,7 +367,7 @@
uniquefieldrequired => 'bit',
bit => '15',
flag => 'serials',
- flagdesc => 'allow to serialize',
+ flagdesc => 'allow to manage serials
subscriptions',
defaulton => '0',
},
{
@@ -1959,6 +1959,9 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.157.2.24 2006/11/21 09:15:23 toins
+# better userflag description
+#
# Revision 1.157.2.23 2006/11/21 08:51:01 toins
# 2 new userflags: serials & reports.
#
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2006/11/02
- [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 <=
- [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, 2006/11/29