BUG 8251 Fix Bug the export process To discriminate chars doesn't allowed.

This commit is contained in:
Hector Cortez
2012-01-05 16:43:36 -04:00
parent 6f9e71fa57
commit 01a2c5ad99
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = '';