From 144a9b5144554febe1f1b0fe22e2f74abf7a4290 Mon Sep 17 00:00:00 2001 From: "pierrekuhn82@gmail.com" <> Date: Mon, 8 Jan 2018 12:17:17 +0000 Subject: [PATCH] =?UTF-8?q?oups=20pas=20en=20diff=C3=A9r=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sms_fonctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms_fonctions.php b/sms_fonctions.php index 6f57cd6..c99f368 100644 --- a/sms_fonctions.php +++ b/sms_fonctions.php @@ -86,7 +86,7 @@ function octopush($sms_text,$sms_recipients,$arg) { $sms->set_option_with_replies(0); $sms->set_option_transactional(1); $sms->set_sender_is_msisdn(0); - $sms->set_date(2016, 4, 17, 10, 19); // En cas d'envoi différé. + //$sms->set_date(2016, 4, 17, 10, 19); // En cas d'envoi différé. $sms->set_request_keys('TRS'); $xml = $sms->send(); $xml = simplexml_load_string($xml);