Fix: problem with double quote

This commit is contained in:
Regis Houssin 2012-07-26 14:33:25 +02:00
parent a6758c2557
commit b83fbf981d

View File

@ -56,7 +56,7 @@ $result = restrictedArea($user, 'projet', $id);
$progress=GETPOST('progress', 'int'); $progress=GETPOST('progress', 'int');
$label=GETPOST('label', 'alpha'); $label=GETPOST('label', 'alpha');
$description=GETPOST('description', 'alpha'); $description=GETPOST('description');
$userAccess=0; $userAccess=0;