Fix: Path to mysqldump is wrong

This commit is contained in:
Laurent Destailleur 2009-11-27 18:25:14 +00:00
parent 161b249ca8
commit 2026fea918
2 changed files with 0 additions and 4 deletions

View File

@ -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';
?>

View File

@ -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;