From: vincent@cubedesigners.com Date: Fri, 30 Jul 2021 17:18:42 +0000 (+0000) Subject: wip #4614 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6855818e3913ff44f82099b23397d3dec3f18847;p=cubeextranet.git wip #4614 @0.25 --- diff --git a/inc/commons/class.common.core.php b/inc/commons/class.common.core.php index 6996daf0f..b9f382c1d 100644 --- a/inc/commons/class.common.core.php +++ b/inc/commons/class.common.core.php @@ -547,7 +547,7 @@ class commonCore extends cubeCore $db->ysl_survey->rating('integer', 0, false); $db->ysl_survey->rating('integer', 0, false); $db->ysl_survey->suggestions('text', 0, false); - $db->ysl_survey->country('varchar', 2, false); + $db->ysl_survey->country('varchar', 64, false); $db->ysl_survey->function('varchar', 256, false); $db->ysl_survey->primary('pk_ysl_survey', 'date');