Browse Source

[sms] Mauvaise variable.

svn/root/tags/v1.1.10
pierrekuhn82@gmail.com 4 years ago
parent
commit
70f8ad9ee0
  1. 2
      sms_fonctions.php

2
sms_fonctions.php

@ -116,7 +116,7 @@ function octopush($sms_text,$sms_recipients,$arg) {
$xml = $sms->send();
$xml = simplexml_load_string($xml);
// Enregistrement pour suivi
foreach ($destinataire as $tel) {
foreach ($sms_recipients as $tel) {
$set = array(
'telephone' => md5($tel),
'date' => date("Y-m-d H:i:s"),

Loading…
Cancel
Save