koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/updater updatedatabase


From: Chris Cormack
Subject: [Koha-cvs] koha/updater updatedatabase
Date: Sat, 17 Jun 2006 03:29:42 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Chris Cormack <rangi>   06/06/17 03:29:42

Modified files:
        updater        : updatedatabase 

Log message:
        Variable to allow librarians to switch reviews on or off

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&r1=1.145&r2=1.146

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -b -r1.145 -r1.146
--- updatedatabase      16 Jun 2006 09:45:02 -0000      1.145
+++ updatedatabase      17 Jun 2006 03:29:41 -0000      1.146
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.145 2006/06/16 09:45:02 btoumi Exp $
+# $Id: updatedatabase,v 1.146 2006/06/17 03:29:41 rangi Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -455,6 +455,15 @@
             explanation         => 'This Variable allow or not to return 
automaticly to his homebranch',
             type                => 'YesNo',
         },
+       {
+            uniquefieldrequired => 'variable',
+            variable            => 'reviewson',
+            value               => '0',
+            forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Allows patrons to submit reviews from the 
opac',
+            type                => 'YesNo',
+        },
     ],
 
 );
@@ -1775,6 +1784,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.146  2006/06/17 03:29:41  rangi
+# Variable to allow librarians to switch reviews on or off
+#
 # Revision 1.145  2006/06/16 09:45:02  btoumi
 # updatedatabase.pl: add change of borrowers table to deletedborrowers table
 # deletemem.pl: delete use of warn function




reply via email to

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