Merge pull request #10726 from frederic34/patch-3
Update DolibarrModules.class.php
This commit is contained in:
commit
76dd9e42d2
@ -895,6 +895,8 @@ class DolibarrModules // Can not be abstract, because we need to insta
|
||||
{
|
||||
global $conf;
|
||||
|
||||
$err = 0;
|
||||
|
||||
$sql = "SELECT tms FROM ".MAIN_DB_PREFIX."const";
|
||||
$sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
|
||||
$sql.= " AND entity IN (0, ".$conf->entity.")";
|
||||
@ -921,6 +923,8 @@ class DolibarrModules // Can not be abstract, because we need to insta
|
||||
{
|
||||
global $conf;
|
||||
|
||||
$err = 0;
|
||||
|
||||
$sql = "SELECT tms, note FROM ".MAIN_DB_PREFIX."const";
|
||||
$sql.= " WHERE ".$this->db->decrypt('name')." = '".$this->db->escape($this->const_name)."'";
|
||||
$sql.= " AND entity IN (0, ".$conf->entity.")";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user