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:
authorThomas Steur <thomas.steur@googlemail.com>2014-11-05 08:04:43 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-11-07 03:25:59 +0300
commitac4d19763d4467fb848ebd84c6e3747e82edebab (patch)
treefbf762e6d221ef6e27b6028cdaced52bf387fdb5 /core/Tracker/Db.php
parentaaa2b72da730d2f86625273c036cdac0e3ffd113 (diff)
refs #6435 replace possible comma with a dot. Not 100% sure if that works yet
Diffstat (limited to 'core/Tracker/Db.php')
-rw-r--r--core/Tracker/Db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Tracker/Db.php b/core/Tracker/Db.php
index 1fe081daac..0c419d8f6e 100644
--- a/core/Tracker/Db.php
+++ b/core/Tracker/Db.php
@@ -102,6 +102,7 @@ abstract class Db
foreach ($this->queriesProfiling as $query => $info) {
$time = $info['sum_time_ms'];
+ $time = Common::forceDotAsSeparatorForDecimalPoint($time);
$count = $info['count'];
$queryProfiling = "INSERT INTO " . Common::prefixTable('log_profiling') . "