diff options
Diffstat (limited to 'include/ws_functions.inc.php')
-rw-r--r-- | include/ws_functions.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
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'].' ;'; |