Introduce option MAIN_HTML_TITLE to start to control format of html

title content.
This commit is contained in:
Laurent Destailleur
2015-01-17 14:34:16 +01:00
parent 1d1970b5a1
commit 8cd46e4830
6 changed files with 49 additions and 43 deletions

View File

@@ -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;
}