Bugzilla – Attachment 6239 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]
Bug 7185: Fix updatedatabase message for 3.6.0 release
Bug-7185-Fix-updatedatabase-message-for-360-releas.patch (text/plain), 918 bytes, created by
Julian Maurice
on 2011-11-06 08:47:22 UTC
(
hide
)
Description:
Bug 7185: Fix updatedatabase message for 3.6.0 release
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2011-11-06 08:47:22 UTC
Size:
918 bytes
patch
obsolete
>From 1910828fde9f3e2d94f81f565588940532e2b122 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] Bug 7185: Fix updatedatabase message for 3.6.0 release > >--- > 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.7.1
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