mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-02 22:36:29 +02:00
Ajout des accusés de reception
This commit is contained in:
parent
ee02e2609b
commit
3a7cd8ebda
5 changed files with 27 additions and 2 deletions
controllers
|
@ -85,6 +85,7 @@
|
|||
'date' => htmlspecialchars($sended['at']),
|
||||
'text' => htmlspecialchars($sended['content']),
|
||||
'type' => 'sended',
|
||||
'delivered' => ($sended['delivered'] ? true : false),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue