Fix var_dump
This commit is contained in:
parent
b7b69b79dc
commit
f09efbf1cd
@ -618,7 +618,7 @@ if ($action == 'create' && $user->rights->projet->creer)
|
|||||||
print '<td>';
|
print '<td>';
|
||||||
print '<textarea name="description" wrap="soft" class="centpercent" rows="'.ROWS_3.'">'.dol_escape_htmltag(GETPOST("description",'none')).'</textarea>';
|
print '<textarea name="description" wrap="soft" class="centpercent" rows="'.ROWS_3.'">'.dol_escape_htmltag(GETPOST("description",'none')).'</textarea>';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
var_dump($conf->global->PROJECT_USE_TASKS);
|
|
||||||
// Bill time
|
// Bill time
|
||||||
if (empty($conf->global->PROJECT_HIDE_TASKS) && ! empty($conf->global->PROJECT_BILL_TIME_SPENT))
|
if (empty($conf->global->PROJECT_HIDE_TASKS) && ! empty($conf->global->PROJECT_BILL_TIME_SPENT))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user