PDF rausgenommen
This commit is contained in:
20
msd2/tracking/piwik/plugins/GeoIp2/Columns/Region.php
Normal file
20
msd2/tracking/piwik/plugins/GeoIp2/Columns/Region.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Matomo - free/libre analytics platform
|
||||
*
|
||||
* @link https://matomo.org
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
||||
*
|
||||
*/
|
||||
namespace Piwik\Plugins\GeoIp2\Columns;
|
||||
|
||||
class Region extends \Piwik\Plugins\UserCountry\Columns\Region
|
||||
{
|
||||
protected $columnType = 'char(3) DEFAULT NULL';
|
||||
protected $segmentName = '';
|
||||
|
||||
public function uninstall()
|
||||
{
|
||||
// do not remove region column when plugin is deactivated
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user