Apply gerrit308 revision to the dev branch.

This commit is contained in:
Mark Crane 2013-06-03 16:32:02 +00:00
parent 8ade70fd58
commit d822316c69
1 changed files with 1 additions and 1 deletions

View File

@ -3546,7 +3546,7 @@ if (!function_exists('switch_conf_xml')) {
//prepare the php variables
if (stristr(PHP_OS, 'WIN')) {
$bindir = getenv(PHPRC);
$v_mailer_app ='"'. $bindir."\php". '" -f '.$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."\secure\\v_mailto.php -- ";
$v_mailer_app ='""'. $bindir."/php". '" -f '.$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/secure/v_mailto.php -- "';
$v_mailer_app = sprintf("'%s'", $v_mailer_app);
$v_mailer_app_args = "";
}