| 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.
|