2
0
forked from Wavyzz/dolibarr

New: early development of multi-company module

This commit is contained in:
Regis Houssin
2009-05-04 12:50:24 +00:00
parent 4022d5f404
commit 07bb5570dd

View File

@@ -411,7 +411,7 @@ class DolibarrModules
$err = 0;
// Common module
$entity = ((isset($this->always_enabled)||(isset($this->core_enabled)) ? 0 : $conf->entity);
$entity = ((isset($this->always_enabled)||isset($this->core_enabled)) ? 0 : $conf->entity);
$sql = "DELETE FROM ".MAIN_DB_PREFIX."const";
$sql.= " WHERE name = '".$this->const_name."'";