From a23694fcff1140756d781e9bb05c7cea7364bbbe Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Thu, 21 May 2015 14:28:33 +0200 Subject: [PATCH] hotline #25250 update _init + add version file --- VERSIONS_HOTLINE/#25250_remove_not_null_constraint | 1 + cosmogramme/php/_init.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 VERSIONS_HOTLINE/#25250_remove_not_null_constraint diff --git a/VERSIONS_HOTLINE/#25250_remove_not_null_constraint b/VERSIONS_HOTLINE/#25250_remove_not_null_constraint new file mode 100644 index 00000000000..6dd76662157 --- /dev/null +++ b/VERSIONS_HOTLINE/#25250_remove_not_null_constraint @@ -0,0 +1 @@ + - ticket #25250 : Suppression des containtes SQL 'not null' sur les champs de la table notices_articles \ No newline at end of file diff --git a/cosmogramme/php/_init.php b/cosmogramme/php/_init.php index 4edb762d08b..9ef8c95c150 100644 --- a/cosmogramme/php/_init.php +++ b/cosmogramme/php/_init.php @@ -2,7 +2,7 @@ // Constantes error_reporting(E_ERROR | E_PARSE); -define("PATCH_LEVEL","235"); +define("PATCH_LEVEL","236"); define("APPLI","cosmogramme"); define("COSMOPATH", "/var/www/html/vhosts/opac2/www/htdocs"); -- GitLab