diff --git a/build/exe/doliwamp/install.forced.php.install b/build/exe/doliwamp/install.forced.php.install index a2fc65e5bd7..c024151ec0e 100644 --- a/build/exe/doliwamp/install.forced.php.install +++ b/build/exe/doliwamp/install.forced.php.install @@ -13,5 +13,4 @@ $force_install_databaserootpass='WAMPMYSQLNEWPASSWORD'; $force_install_dolibarrlogin='admin'; $force_install_nophpinfo='1'; $force_install_lockinstall='1'; -$force_install_mysqldump='WAMPROOT/bin/mysql/mysqlWAMPMYSQLVERSION/bin/mysqldump.exe'; ?> \ No newline at end of file diff --git a/htdocs/core/conf.class.php b/htdocs/core/conf.class.php index 3bdb27ac006..7d44cc2d741 100644 --- a/htdocs/core/conf.class.php +++ b/htdocs/core/conf.class.php @@ -271,9 +271,6 @@ class Conf * Set some default values */ - // System tools - if (empty($this->global->SYSTEMTOOLS_MYSQLDUMP)) $this->global->SYSTEMTOOLS_MYSQLDUMP="mysqldump"; - // societe if (empty($this->global->SOCIETE_CODECLIENT_ADDON)) $this->global->SOCIETE_CODECLIENT_ADDON="mod_codeclient_leopard"; if (empty($this->global->SOCIETE_CODEFOURNISSEUR_ADDON)) $this->global->SOCIETE_CODEFOURNISSEUR_ADDON=$this->global->SOCIETE_CODECLIENT_ADDON;