Merge pull request #10946 from frederic34/patch-4

phpcs fix
This commit is contained in:
Laurent Destailleur 2019-03-31 18:41:22 +02:00 committed by GitHub
commit 4233307384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ function project_admin_prepare_head()
* @param string $showbilltime Add the column 'TimeToBill' and 'TimeBilled'
* @return void
*/
function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$taskrole, $projectsListId = '', $addordertick = 0, $projectidfortotallink = 0, $filterprogresscalc = '', $showbilltime=0)
function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$taskrole, $projectsListId = '', $addordertick = 0, $projectidfortotallink = 0, $filterprogresscalc = '', $showbilltime = 0)
{
global $user, $bc, $langs, $conf, $db;
global $projectstatic, $taskstatic;