Skip to content
Snippets Groups Projects
Commit 4c4c2d9c authored by Laurent's avatar Laurent Committed by Patrick Barroca
Browse files

hotline #16604 cms urls

db: profil column titre_site is now varchar(100)
parent 0abd4697
3 merge requests!896Master,!795Wip test newopac3,!766Wip test newopac3
......@@ -2,7 +2,7 @@
// Constantes
error_reporting(E_ERROR | E_PARSE);
define("PATCH_LEVEL","232");
define("PATCH_LEVEL","233");
define("APPLI","cosmogramme");
define("COSMOPATH", "/var/www/html/vhosts/opac2/www/htdocs");
......
<?php
$adapter = Zend_Db_Table::getDefaultAdapter();
$adapter->query('alter table bib_admin_profil modify TITRE_SITE varchar(100) not null');
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment