Merge pull request #14928 from lcdservices/dev-core-1158
[civicrm-core.git] / CRM / Campaign / BAO / Query.php
index 02e251f760f50b7b516d4201c147d1f16a1cc3f8..8e3191cbcc5fbfca38d7138d0347b0d7e593b5c5 100644 (file)
@@ -505,7 +505,7 @@ INNER JOIN  civicrm_custom_group grp on fld.custom_group_id = grp.id
         $tempTable = CRM_Utils_SQL_TempTable::build();
         $tempTableName = $tempTable->getName();
         CRM_Core_DAO::executeQuery("DROP TEMPORARY TABLE IF EXISTS {$tempTableName}");
-        $tempTable->createWithColumns('id int unsigned NOT NULL AUTO_INCREMENT, survey_contact_id int unsigned NOT NULL, PRIMARY KEY ( id )')
+        $tempTable->createWithColumns('id int unsigned NOT NULL AUTO_INCREMENT, survey_contact_id int unsigned NOT NULL, PRIMARY KEY ( id )');
 
         $batch = 100;
         $insertedCount = 0;