From 5c93da8a720ca30a31ab9a6f6d99ef841eccf95f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 26 Jul 2012 14:37:10 +0200 Subject: [PATCH] Fix: problem with double quote --- htdocs/projet/tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;