Fix: problem with double quote
This commit is contained in:
parent
1b5f540d93
commit
5c93da8a72
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user