mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 11:15:21 +01:00
Introduce option MAIN_HTML_TITLE to start to control format of html
title content.
This commit is contained in:
@@ -2191,7 +2191,6 @@ abstract class CommonObject
|
||||
$obj = $this->db->fetch_object($resql);
|
||||
if ($obj)
|
||||
{
|
||||
$this->id = $obj->rowid;
|
||||
$this->canvas = $obj->canvas;
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user