Bugzilla – Attachment 6243 Details for
Bug 7185
Update to 3.6 says "Koha release 3.4"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7185: Fix updatedatabase message for 3.6.0 release
SIGNED-OFF-Bug-7185-Fix-updatedatabase-message-for.patch (text/plain), 1.07 KB, created by
Francois Charbonnier
on 2011-11-06 09:59:41 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7185: Fix updatedatabase message for 3.6.0 release
Filename:
MIME Type:
Creator:
Francois Charbonnier
Created:
2011-11-06 09:59:41 UTC
Size:
1.07 KB
patch
obsolete
>From 42ba01b8abb0c46f73080c3aceeb56da1e8a9102 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Sun, 6 Nov 2011 14:14:40 +0530 >Subject: [PATCH] [SIGNED-OFF] Bug 7185: Fix updatedatabase message for 3.6.0 > release >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: François Charbonnier <francois.charbonnier@biblibre.com> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index a8cd166..815a71d 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -4546,7 +4546,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > > $DBversion = "3.06.00.000"; > if (C4::Context->preference("Version") < TransformToNum($DBversion)) { >- print "Upgrade to $DBversion done Koha 3.4.0 release \n"; >+ print "Upgrade to $DBversion done Koha 3.6.0 release \n"; > SetVersion ($DBversion); > } > >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7185
:
6239
| 6243 |
6326