it's related about the 5988 bug

This commit is contained in:
Carlos Pacha
2011-02-01 22:55:17 +00:00
parent b2ee1953c7
commit 79f9837b9c

View File

@@ -321,7 +321,7 @@
}
//END: If there is a Break Step registered from Plugin
$sFilename = ereg_replace('[^A-Za-z0-9_]', '_', G::replaceDataField($aOD['OUT_DOC_FILENAME'], $Fields['APP_DATA']));
$sFilename = preg_replace('[^A-Za-z0-9_]', '_', G::replaceDataField($aOD['OUT_DOC_FILENAME'], $Fields['APP_DATA']));
if ( $sFilename == '' ) $sFilename='_';
$pathOutput = PATH_DOCUMENT . $_SESSION['APPLICATION'] . PATH_SEP . 'outdocs'. PATH_SEP ;
G::mk_dir ( $pathOutput );