Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 1574 → Rev 1575

/trunk/scripts/modules/commentaires/AlerteMailCommentaires.php
195,7 → 195,8
);
 
$ch = curl_init();
$options = array(CURLOPT_URL => $url_requete,
$options = array(
CURLOPT_URL => $url_requete,
CURLOPT_HEADER => false,
CURLOPT_POST => 1,
CURLOPT_POSTFIELDS => $post,