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
path: root/core/Db
diff options
context:
space:
mode:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
commit9e5cae9504c6552900c287ae9db53d82b7329332 (patch)
treefaf4b53f894acb45d24c9f2c1b8698d52d730cfa /core/Db
parentd9adcfe6169c6c10059a670f2ed984908eb4e105 (diff)
reduced multiple empty lines to exactly one
Diffstat (limited to 'core/Db')
-rw-r--r--core/Db/Adapter.php1
-rw-r--r--core/Db/BatchInsert.php1
-rw-r--r--core/Db/Schema.php1
-rw-r--r--core/Db/Schema/Mysql.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/core/Db/Adapter.php b/core/Db/Adapter.php
index 4df8cb403e..6bafa3a653 100644
--- a/core/Db/Adapter.php
+++ b/core/Db/Adapter.php
@@ -8,7 +8,6 @@
*/
namespace Piwik\Db;
-
use Piwik\Loader;
use Zend_Db_Table;
diff --git a/core/Db/BatchInsert.php b/core/Db/BatchInsert.php
index 6dd02d5ee6..858dad4e38 100644
--- a/core/Db/BatchInsert.php
+++ b/core/Db/BatchInsert.php
@@ -205,7 +205,6 @@ class BatchInsert
return false;
}
-
/**
* Create CSV (or other delimited) files
*
diff --git a/core/Db/Schema.php b/core/Db/Schema.php
index c54389fd75..e210de5835 100644
--- a/core/Db/Schema.php
+++ b/core/Db/Schema.php
@@ -29,7 +29,6 @@ class Schema extends Singleton
*/
private $schema = null;
-
/**
* Get schema class name
*
diff --git a/core/Db/Schema/Mysql.php b/core/Db/Schema/Mysql.php
index 6b04fa1f40..43a42f167d 100644
--- a/core/Db/Schema/Mysql.php
+++ b/core/Db/Schema/Mysql.php
@@ -132,7 +132,6 @@ class Mysql implements SchemaInterface
) ENGINE=$engine DEFAULT CHARSET=utf8
",
-
'log_action' => "CREATE TABLE {$prefixTables}log_action (
idaction INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
name TEXT,