View Single Post
Old October 24th, 2005, 07:43 AM   #1 (permalink)
taveren
Member
Verified Customer
 
Join Date: Dec 2001
Posts: 94
Votes not counting.

I'm currently running photopost 5.14 and have regular challenges where users can vote for the winner. A user noticed his vote didn't count,and according to the database, he's right.

mysql> select rating from comments where photo = '4974';
+--------+
| rating |
+--------+
| 0 |
| 0 |
| 0 |
| 0 |
| 0 |
| 1 |
| 1 |
| 0 |
+--------+

This shows two users voted for this photo, but it shows only one vote in the Gallery.
taveren is offline   Reply With Quote