Hi again.
When we first tested some videos to make sure that everything was working, we didn't bother to write a bunch of tags. Instead, we just typed stuff like lkjlo and hgfzfztfu or öllöklökl (just random keys) to save time. Later on we deleted those videos through the admin panel, but the tags remained. When we went to the tags section in the admin panel, we attempted to edit them by clicking on the button that's next to each tag, and received this error:

Code:
ERROR: Unable to execute query
UPDATE `tags` SET active=and active = 1 WHERE id=9
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and active = 1 WHERE id=9' at line 1
The error appears on every tag, just the ID number changes. Any idea how to get rid of that or what's causing the error? We'd like to have the ability to edit those tags.
Thank you.