Putoders iets beperktere logging
svn path=/Website/trunk/; revision=30684
This commit is contained in:
@@ -64,7 +64,6 @@ function sendNotification(ref_key, pcode)
|
|||||||
|
|
||||||
Log2File(1, "** START sendNotification (" + toDateTimeString(new Date()) + ")");
|
Log2File(1, "** START sendNotification (" + toDateTimeString(new Date()) + ")");
|
||||||
}
|
}
|
||||||
Log2File(2, "strFilter: " + strFilter);
|
|
||||||
|
|
||||||
var sql = "SELECT fac_notificatie_receiver_email"
|
var sql = "SELECT fac_notificatie_receiver_email"
|
||||||
+ " , fac_notificatie_receiver_phone"
|
+ " , fac_notificatie_receiver_phone"
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ function doHTTP(url, params) // params is sterk vergelijkbaar met p_bedrijfadres
|
|||||||
http_request.setProxy(SXH_PROXY_SET_PROXY, proxy_ip);
|
http_request.setProxy(SXH_PROXY_SET_PROXY, proxy_ip);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (params.certificateName != "")
|
if (params.certificateName)
|
||||||
{
|
{
|
||||||
Log2File(1, "Client certificateName= " + params.certificateName);
|
Log2File(1, "Client certificateName= " + params.certificateName);
|
||||||
http_request.setOption(SXH_OPTION_SELECT_CLIENT_SSL_CERT, params.certificateName);
|
http_request.setOption(SXH_OPTION_SELECT_CLIENT_SSL_CERT, params.certificateName);
|
||||||
|
|||||||
Reference in New Issue
Block a user