Bugzilla – Attachment 34304 Details for
Bug 13142
Change "mobile phone" label back to "other phone"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
DBRev 3.19.00.000: keep moving
DBRev-31900000-keep-moving.patch (text/plain), 1.40 KB, created by
Biblibre Sandboxes
on 2014-12-11 10:01:46 UTC
(
hide
)
Description:
DBRev 3.19.00.000: keep moving
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-12-11 10:01:46 UTC
Size:
1.40 KB
patch
obsolete
>From 181dc314522e15526fe092a59eb0d41e620a2ac5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 4 Dec 2014 14:15:05 -0300 >Subject: [PATCH] DBRev 3.19.00.000: keep moving > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> > >Signed-off-by: scourret@gmail.com <2> > >http://bugs.koha-community.org/show_bug.cgi?id=13142 >--- > installer/data/mysql/updatedatabase.pl | 6 ++++++ > kohaversion.pl | 2 +- > 2 files changed, 7 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 97cbf9f..cf17e0b 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -9579,6 +9579,12 @@ if ( CheckVersion($DBversion) ) { > SetVersion ($DBversion); > } > >+$DBversion = "3.19.00.000"; >+if ( CheckVersion($DBversion) ) { >+ print "Upgrade to $DBversion done (there's life after 3.18)\n"; >+ SetVersion ($DBversion); >+} >+ > =head1 FUNCTIONS > > =head2 TableExists($table) >diff --git a/kohaversion.pl b/kohaversion.pl >index ea58959..1baec5f 100644 >--- a/kohaversion.pl >+++ b/kohaversion.pl >@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : > use strict; > > sub kohaversion { >- our $VERSION = '3.18.00.000'; >+ our $VERSION = '3.19.00.000'; > # version needs to be set this way > # so that it can be picked up by Makefile.PL > # during install >-- >1.7.2.5
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 13142
:
33520
|
34304
|
34305
|
35577
|
35615