diff options
Diffstat (limited to 'import/load_contacts_csv.php')
| -rw-r--r-- | import/load_contacts_csv.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/load_contacts_csv.php b/import/load_contacts_csv.php index 3a75030..4e8adc7 100644 --- a/import/load_contacts_csv.php +++ b/import/load_contacts_csv.php @@ -52,7 +52,7 @@ if( !file_exists( $csvFile ) ) { if( empty( $title ) ) continue; $contentId = $gBitDb->getOne( "SELECT `content_id` FROM `" . BIT_DB_PREFIX . "liberty_content` - WHERE `content_type_guid` = 'contact' AND `title` = ?", + WHERE `content_type_guid` IN ('contactperson','contactbusiness') AND `title` = ?", [ $title ] ); if( $contentId ) { |
