mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: A better way to fix bug to enable foundation module
This commit is contained in:
@@ -782,7 +782,7 @@ class DolibarrModules
|
||||
$sql.= $this->db->encrypt($name,$conf->db->dolibarr_main_db_encryption,$conf->db->dolibarr_main_db_cryptkey,1);
|
||||
$sql.= ",'".$type."'";
|
||||
$sql.= ",".$this->db->encrypt($val,$conf->db->dolibarr_main_db_encryption,$conf->db->dolibarr_main_db_cryptkey,1);
|
||||
$sql.= ",'".$note."'";
|
||||
$sql.= ",'".addslashes($note)."'";
|
||||
$sql.= ",'".$visible."'";
|
||||
$sql.= ",".$entity;
|
||||
$sql.= ")";
|
||||
|
||||
Reference in New Issue
Block a user