Fix: Useless default value to parameter

This commit is contained in:
Laurent Destailleur 2009-09-01 16:00:55 +00:00
parent 0dc74aced7
commit 6a4fd195fc

View File

@ -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)
* @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;