Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserCountry/Columns/Region.php')
-rw-r--r--plugins/UserCountry/Columns/Region.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/UserCountry/Columns/Region.php b/plugins/UserCountry/Columns/Region.php
index 1f14275e7b..0eaf73f473 100644
--- a/plugins/UserCountry/Columns/Region.php
+++ b/plugins/UserCountry/Columns/Region.php
@@ -16,13 +16,12 @@ use Piwik\Tracker\Action;
class Region extends Base
{
protected $columnName = 'location_region';
- protected $columnType = 'char(2) DEFAULT NULL';
protected $type = self::TYPE_TEXT;
protected $category = 'UserCountry_VisitLocation';
protected $segmentName = 'regionCode';
protected $nameSingular = 'UserCountry_Region';
protected $namePlural = 'UserCountryMap_Regions';
- protected $acceptValues = '01 02, OR, P8, etc.<br/>eg. region=A1;country=fr';
+ protected $acceptValues = '01 02, OR, P8, etc.<br/>eg. region=BFC;country=fr';
/**
* @param Request $request