diff --git a/includes/account.php b/includes/account.php index 573fd5d..10290f2 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1583,8 +1583,8 @@ $csrsubject .= "/stateOrProvinceName=".$org['ST']; if($org['C']) $csrsubject .= "/countryName=".$org['C']; - if($org['contact']) - $csrsubject .= "/emailAddress=".trim($org['contact']); + //if($org['contact']) + // $csrsubject .= "/emailAddress=".trim($org['contact']); if(is_array($_SESSION['_config']['rows'])) foreach($_SESSION['_config']['rows'] as $row)