Fixing style errors.

This commit is contained in:
stickler-ci 2020-09-30 12:57:36 +00:00
parent 27c90abc0b
commit fd8e7fdfe3

View File

@ -236,7 +236,7 @@ class Project extends CommonObject
$this->statuts_short = array(0 => 'Draft', 1 => 'Opened', 2 => 'Closed');
$this->statuts_long = array(0 => 'Draft', 1 => 'Opened', 2 => 'Closed');
global $conf;
if (empty($conf->global->MAIN_SHOW_TECHNICAL_ID)) $this->fields['rowid']['visible'] = 0;