aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions_rate.inc.php1
-rw-r--r--include/ws_functions.inc.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/functions_rate.inc.php b/include/functions_rate.inc.php
index d3027a0e6..da4722420 100644
--- a/include/functions_rate.inc.php
+++ b/include/functions_rate.inc.php
@@ -120,7 +120,6 @@ INSERT
$query = '
SELECT COUNT(rate) AS count
, ROUND(AVG(rate),2) AS average
- , ROUND(STD(rate),2) AS stdev
FROM '.RATE_TABLE.'
WHERE element_id = '.$image_id.'
;';
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php
index 162cd4371..32967fb5d 100644
--- a/include/ws_functions.inc.php
+++ b/include/ws_functions.inc.php
@@ -676,7 +676,6 @@ SELECT id, name, permalink, uppercats, global_rank, commentable
$query = '
SELECT COUNT(rate) AS count
, ROUND(AVG(rate),2) AS average
- , ROUND(STD(rate),2) AS stdev
FROM '.RATE_TABLE.'
WHERE element_id = '.$image_row['id'].'
;';