Fixed locking caused by like and dislike by removing database side checking if the user already has upvoted/downvoted.
The same issue might occur in the categories database functions since it is also checking for existing categories. It is an easy fix by commenting/removing said checking.
Fixed locking caused by like and dislike by removing database side checking if the user already has upvoted/downvoted.
The same issue might occur in the categories database functions since it is also checking for existing categories. It is an easy fix by commenting/removing said checking.