Skip to content
Snippets Groups Projects
Commit 6a4fd195 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Useless default value to parameter

parent 0dc74ace
Branches
Tags
No related merge requests found
...@@ -153,7 +153,7 @@ function select_projects($socid, $selected='', $htmlname='projectid') ...@@ -153,7 +153,7 @@ function select_projects($socid, $selected='', $htmlname='projectid')
* @param unknown_type $tasksrole * @param unknown_type $tasksrole
* @return unknown * @return unknown
*/ */
function PLinesb(&$inc, $parent, $lines, &$level, $tasksrole) function PLinesb(&$inc, $parent, $lines, &$level, &$tasksrole)
{ {
global $user, $bc, $langs; global $user, $bc, $langs;
global $form; global $form;
...@@ -238,7 +238,7 @@ function PLinesb(&$inc, $parent, $lines, &$level, $tasksrole) ...@@ -238,7 +238,7 @@ function PLinesb(&$inc, $parent, $lines, &$level, $tasksrole)
* @param $showproject Show project columns * @param $showproject Show project columns
* @param $taskrole Array of task filtered on a particular user * @param $taskrole Array of task filtered on a particular user
*/ */
function PLines(&$inc, $parent, &$lines, &$level, $var, $showproject=1, &$taskrole='') function PLines(&$inc, $parent, &$lines, &$level, $var, $showproject, &$taskrole)
{ {
global $user, $bc, $langs; global $user, $bc, $langs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment