diff options
Diffstat (limited to 'Contact.php')
| -rw-r--r-- | Contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Contact.php b/Contact.php index 0ff998d..c87ac8e 100644 --- a/Contact.php +++ b/Contact.php @@ -575,7 +575,7 @@ class Contact extends LibertyContent { WHEN x.`xorder` = 0 THEN s.`cross_ref_title` ELSE s.`cross_ref_title` || '-' || x.`xorder` END AS source_title, - x.`xkey` AS cross_reference, x.`xkey`, x.`xkey_ext`, x.`data`, + x.`xref`, x.`xkey`, x.`xkey_ext`, x.`data`, x.`start_date`, x.`end_date` FROM `".BIT_DB_PREFIX."contact_xref` x JOIN `".BIT_DB_PREFIX."contact_xref_source` s ON s.`source` = x.`source` |
