diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php index 0e43894dc55..c13e84c3765 100644 --- a/htdocs/projet/tasks.php +++ b/htdocs/projet/tasks.php @@ -56,7 +56,7 @@ $result = restrictedArea($user, 'projet', $id); $progress=GETPOST('progress', 'int'); $label=GETPOST('label', 'alpha'); -$description=GETPOST('description', 'alpha'); +$description=GETPOST('description'); $userAccess=0;