Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 1575 → Rev 1574

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