mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-07-22 04:48:45 +02:00
Update disucssion and numebrs to direct linking
This commit is contained in:
parent
53fe0b11f3
commit
9dd53cec7d
11 changed files with 32 additions and 13 deletions
|
@ -101,7 +101,7 @@ namespace controllers\publics;
|
|||
continue;
|
||||
}
|
||||
|
||||
$receiveds[$key]['origin'] = $contact['name'].' ('.$received['origin'].')';
|
||||
$receiveds[$key]['origin'] = $this->s($contact['name'], false, true, false) . ' (' . \controllers\internals\Tool::phone_link($received['origin']) . ')';
|
||||
}
|
||||
|
||||
$nb_received = \count($receiveds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue