Fixing style errors.
This commit is contained in:
parent
27c90abc0b
commit
fd8e7fdfe3
@ -236,7 +236,7 @@ class Project extends CommonObject
|
|||||||
|
|
||||||
$this->statuts_short = array(0 => 'Draft', 1 => 'Opened', 2 => 'Closed');
|
$this->statuts_short = array(0 => 'Draft', 1 => 'Opened', 2 => 'Closed');
|
||||||
$this->statuts_long = array(0 => 'Draft', 1 => 'Opened', 2 => 'Closed');
|
$this->statuts_long = array(0 => 'Draft', 1 => 'Opened', 2 => 'Closed');
|
||||||
|
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID)) $this->fields['rowid']['visible'] = 0;
|
if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID)) $this->fields['rowid']['visible'] = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user