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:
authormattpiwik <matthieu.aubry@gmail.com>2008-08-14 22:09:06 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-08-14 22:09:06 +0400
commit72d560fd4c8c66febafe3aabda47e9b583f2c390 (patch)
tree4d7d4ca8e30621e9691b08dfaa7a8b9c4c53634f /core/TablePartitioning.php
parent72d460ee245585b6c550430b52342333c2b19b60 (diff)
git-svn-id: http://dev.piwik.org/svn/trunk@598 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/TablePartitioning.php')
-rw-r--r--core/TablePartitioning.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/TablePartitioning.php b/core/TablePartitioning.php
index eda912f995..328da71736 100644
--- a/core/TablePartitioning.php
+++ b/core/TablePartitioning.php
@@ -31,14 +31,13 @@ abstract class Piwik_TablePartitioning
abstract protected function generateTableName() ;
-
public function setTimestamp( $timestamp )
{
$this->timestamp = $timestamp;
$this->generatedTableName = null;
$this->getTableName();
}
-
+
public function getTableName()
{
// table name already processed