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 _______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
