mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 05:16:28 +02:00
Update DataBase.php
This commit is contained in:
parent
374ae8caf9
commit
21e878ef58
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@
|
||||||
$extended_contact_join = '';
|
$extended_contact_join = '';
|
||||||
|
|
||||||
if (RASPISMS_SETTINGS_EXTENDED_CONTACTS_INFOS) {
|
if (RASPISMS_SETTINGS_EXTENDED_CONTACTS_INFOS) {
|
||||||
$contact_fields = ' inf.civility as civility, inf.first_name as first_name, inf.last_name as last_name, inf.birthday as birthday, inf.love_situation as love_situation';
|
$contact_fields = ', inf.civility as civility, inf.first_name as first_name, inf.last_name as last_name, inf.birthday as birthday, inf.love_situation as love_situation';
|
||||||
$extended_contact_join = '
|
$extended_contact_join = '
|
||||||
LEFT JOIN contacts_infos as inf
|
LEFT JOIN contacts_infos as inf
|
||||||
ON (inf.id_contact = con.id)
|
ON (inf.id_contact = con.id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue