Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions df0489 ... vs f5b7b4 ... for /module/Utility/src/Utility/Comms/Sms.php

Diff revisions: vs.
  @@ -263,6 +263,8 @@
263 263 . "&to=$this->sTo"
264 264 . "&text=".substr(urlencode($this->sBody),0,620);
265 265
266 + \Utility\Debug::errorLog("sms url", $sUrl);
267 +
266 268 if (!empty($this->sSmscId))
267 269 {
268 270 $sUrl .= "&smsc=" . $this->sSmscId;