
24 Sep
2007
24 Sep
'07
12:07 p.m.
Hi, line 1827 should be: my $SQL = "SELECT i.id, count( v.item_id ) AS votes, avg( v.rate ) AS result". instead of: my $SQL = "SELECT i.id, count( v.item_id ) votes, avg( v.rate ) result". At least PostgreSQL will complain, otherwise. Felix