tematres / TemaTres-Vocabulary-Server

Web application for management formal representations of knowledge, like controlled vocabularies, taxonomies, thesauri and glossaries
https://vocabularyserver.com
122 stars 53 forks source link

Update fun.admin.php: declare $userId in function cambio_estado #9

Closed japotrad closed 7 years ago

japotrad commented 7 years ago

There was a bug related to changing a term status (rejected, accepted, candidate). Impact: SQL error in uid_final column => Impossible to change the status of the term. Root cause: the $userId variable was not defined in the function cambio_estado. I corrected this bug.

tematres commented 7 years ago

Thnak you !! you have some bugs like this and with the new default mysql mode this problems are more visible. Thank you!