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/ws_functions.inc.php

    r6051 r6125  
    677677SELECT COUNT(rate) AS count
    678678     , ROUND(AVG(rate),2) AS average
    679      , ROUND(STD(rate),2) AS stdev
    680679  FROM '.RATE_TABLE.'
    681680  WHERE element_id = '.$image_row['id'].'
Note: See TracChangeset for help on using the changeset viewer.