1
0
Fork 0
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:
Pierre-Lin Bonnemaison 2015-09-22 20:12:59 +02:00
parent ee02e2609b
commit 3a7cd8ebda
5 changed files with 27 additions and 2 deletions
controllers

View file

@ -85,6 +85,7 @@
'date' => htmlspecialchars($sended['at']),
'text' => htmlspecialchars($sended['content']),
'type' => 'sended',
'delivered' => ($sended['delivered'] ? true : false),
);
}