Fix var_dump

This commit is contained in:
Laurent Destailleur
2018-12-21 12:07:13 +01:00
parent b7b69b79dc
commit f09efbf1cd

View File

@@ -618,7 +618,7 @@ if ($action == 'create' && $user->rights->projet->creer)
print '<td>';
print '<textarea name="description" wrap="soft" class="centpercent" rows="'.ROWS_3.'">'.dol_escape_htmltag(GETPOST("description",'none')).'</textarea>';
print '</td></tr>';
var_dump($conf->global->PROJECT_USE_TASKS);
// Bill time
if (empty($conf->global->PROJECT_HIDE_TASKS) && ! empty($conf->global->PROJECT_BILL_TIME_SPENT))
{