From f05a6c44f53f6590977e2024e9fcfc947d5f26fd Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Sat, 20 Apr 2013 07:16:30 +0000 Subject: [PATCH] Activation du PACK_MOBILITE pour tous les OPAC --- .gitattributes | 1 + cosmogramme/php/_init.php | 4 ++-- cosmogramme/sql/patch/patch_155.sql | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 cosmogramme/sql/patch/patch_155.sql diff --git a/.gitattributes b/.gitattributes index 772d417efbd..b6854e1a52f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2134,6 +2134,7 @@ cosmogramme/sql/patch/patch_151.sql -text cosmogramme/sql/patch/patch_152.sql -text cosmogramme/sql/patch/patch_153.sql -text cosmogramme/sql/patch/patch_154.sql -text +cosmogramme/sql/patch/patch_155.sql -text cosmogramme/storm_init.php -text cosmogramme/tests/bootstrap.php -text cosmogramme/tests/php/classes/IndexationTest.php -text diff --git a/cosmogramme/php/_init.php b/cosmogramme/php/_init.php index 0491e8d69fa..574faded7b5 100644 --- a/cosmogramme/php/_init.php +++ b/cosmogramme/php/_init.php @@ -1,7 +1,7 @@ <?PHP // Constantes -define("VERSION_COSMOGRAMME","6.30"); -define("PATCH_LEVEL","154"); +define("VERSION_COSMOGRAMME","6.31"); +define("PATCH_LEVEL","155"); define("APPLI","cosmogramme"); define("CRLF", chr(13) . chr(10)); define("BR","<br />"); diff --git a/cosmogramme/sql/patch/patch_155.sql b/cosmogramme/sql/patch/patch_155.sql new file mode 100644 index 00000000000..6072ed2c142 --- /dev/null +++ b/cosmogramme/sql/patch/patch_155.sql @@ -0,0 +1 @@ +update bib_admin_var set valeur='1' where clef='PACK_MOBILE'; -- GitLab