[Koha-cvs] koha/updater updatedatabase

paul poulain paul at koha-fr.org
Tue Jun 26 11:23:26 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	paul poulain <tipaul>	07/06/26 09:23:26

Modified files:
	updater        : updatedatabase 

Log message:
	improving OpacBrowser systempref explanation

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

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -b -r1.168 -r1.169
--- updatedatabase	25 Jun 2007 15:02:31 -0000	1.168
+++ updatedatabase	26 Jun 2007 09:23:26 -0000	1.169
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.168 2007/06/25 15:02:31 tipaul Exp $
+# $Id: updatedatabase,v 1.169 2007/06/26 09:23:26 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -428,7 +428,7 @@
             value               => '1',
             forceupdate         => { 'explanation' => 1,
                                      'type' => 1},
-            explanation         => 'Enable / Disable cloud link on OPAC',
+            explanation         => 'Enable / Disable cloud link on OPAC (Require to run misc/cronjobs/build_browser_and_cloud.pl on the server)',
             type                => 'YesNo',
         },
        {
@@ -437,7 +437,7 @@
             value               => '1',
             forceupdate         => { 'explanation' => 1,
                                      'type' => 1},
-            explanation         => 'Enable/Disable browser link on OPAC (needs to set misc/cronjob/build_browser.pl)',
+            explanation         => 'Enable/Disable browser link on OPAC (Require to run misc/cronjobs/build_browser_and_cloud.pl on the server)',
             type                => 'YesNo',
         },
        {
@@ -2067,6 +2067,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.169  2007/06/26 09:23:26  tipaul
+# improving OpacBrowser systempref explanation
+#
 # Revision 1.168  2007/06/25 15:02:31  tipaul
 # missing field declaration
 #





More information about the Koha-cvs mailing list