Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
Conflicts: htdocs/install/upgrade2.php
This commit is contained in:
commit
49cfc1afd8
@ -3605,10 +3605,9 @@ function migrate_mode_reglement($db, $langs, $conf)
|
|||||||
* @param DoliDB $db Database handler
|
* @param DoliDB $db Database handler
|
||||||
* @param Translate $langs Object langs
|
* @param Translate $langs Object langs
|
||||||
* @param Conf $conf Object conf
|
* @param Conf $conf Object conf
|
||||||
* @param string $versionto Version target
|
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function migrate_clean_association($db, $langs, $conf, $versionto)
|
function migrate_clean_association($db, $langs, $conf)
|
||||||
{
|
{
|
||||||
$result = $db->DDLDescTable(MAIN_DB_PREFIX."categorie_association");
|
$result = $db->DDLDescTable(MAIN_DB_PREFIX."categorie_association");
|
||||||
if ($result) // result defined for version 3.2 or -
|
if ($result) // result defined for version 3.2 or -
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user