koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/updater updatedatabase [rel_3_0]


From: Bruno Toumi
Subject: [Koha-cvs] koha/updater updatedatabase [rel_3_0]
Date: Mon, 18 Sep 2006 14:00:24 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Bruno Toumi <btoumi>    06/09/18 14:00:24

Modified files:
        updater        : updatedatabase 

Log message:
        bug fix :wrond field name for opacnote and contactnote

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.2&r2=1.157.2.3

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.2
retrieving revision 1.157.2.3
diff -u -b -r1.157.2.2 -r1.157.2.3
--- updatedatabase      11 Sep 2006 13:24:03 -0000      1.157.2.2
+++ updatedatabase      18 Sep 2006 14:00:24 -0000      1.157.2.3
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.157.2.2 2006/09/11 13:24:03 alaurin Exp $
+# $Id: updatedatabase,v 1.157.2.3 2006/09/18 14:00:24 btoumi Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -963,13 +963,13 @@
                                },
                                {
                                        from => 'textmessaging',
-                                       to => 'opacnotes',
+                                       to => 'opacnote',
                                        after => 'flags',
                                },
                                {
                                        from => 'altnotes',
-                                       to => 'contactnotes',
-                                       after => 'opacnotes',
+                                       to => 'contactnote',
+                                       after => 'opacnote',
                                },
                                {
                                        from => 'altrelationship',
@@ -1046,13 +1046,13 @@
                                },
                                {
                                        from => 'textmessaging',
-                                       to => 'opacnotes',
+                                       to => 'opacnote',
                                        after => 'flags',
                                },
                                {
                                        from => 'altnotes',
-                                       to => 'contactnotes',
-                                       after => 'opacnotes',
+                                       to => 'contactnote',
+                                       after => 'opacnote',
                                },
                                {
                                        from => 'altrelationship',
@@ -1678,6 +1678,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.157.2.3  2006/09/18 14:00:24  btoumi
+# bug fix :wrond field name for opacnote and contactnote
+#
 # Revision 1.157.2.2  2006/09/11 13:24:03  alaurin
 # marcxml should be a longtext, some biblios can be more than 65535 char long
 #




reply via email to

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