mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 09:52:33 +01:00
Fix: problem with double quote
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user