mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Merge remote-tracking branch 'upstream/develop' into socialnetworks
This commit is contained in:
@@ -7483,6 +7483,7 @@ abstract class CommonObject
|
||||
{
|
||||
$sql="UPDATE ".MAIN_DB_PREFIX.$this->table_element." SET ref = '(PROV".$this->id.")' WHERE ref = '(PROV)' AND rowid = ".$this->id;
|
||||
$resqlupdate = $this->db->query($sql);
|
||||
|
||||
if ($resqlupdate===false)
|
||||
{
|
||||
$error++;
|
||||
|
||||
Reference in New Issue
Block a user