BUG 8251 Fix Bug the export process To discriminate chars doesn't allowed.
This commit is contained in:
@@ -2377,7 +2377,7 @@ class Processes {
|
||||
G::verifyPath($path, true);
|
||||
}
|
||||
$proTitle = (substr(G::inflect($data->process['PRO_TITLE']), 0, 30));
|
||||
$proTitle = preg_replace("[^A-Za-z0-9_]", "", $proTitle);
|
||||
$proTitle = preg_replace("/[^A-Za-z0-9_]/", "", $proTitle);
|
||||
|
||||
|
||||
$index = '';
|
||||
|
||||
Reference in New Issue
Block a user