Ignore:
Timestamp:
May 8, 2010, 8:43:50 PM (14 years ago)
Author:
nikrou
Message:

Amend bug 1559. standard deviation was not removed in some places.
So, sqlite crashed because std function has been removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_rate.inc.php

    r5196 r6125  
    121121SELECT COUNT(rate) AS count
    122122     , ROUND(AVG(rate),2) AS average
    123      , ROUND(STD(rate),2) AS stdev
    124123  FROM '.RATE_TABLE.'
    125124  WHERE element_id = '.$image_id.'
Note: See TracChangeset for help on using the changeset viewer.