

In Admin->News->Modify Topic, it would decode the topic title if we try to modify it. We have to retype all again for all language title. But I found XOOPS is Good and well prepared. Lets correct this file.

Open /modules/news/admin/index.php
goto line 241 in function modTopic()
modify Quote:
This function used default format 'S' 4show (but we hacked

Hope XOOPS developer update this file.

PS. I changed maxlength of title to 50 as database defined, and thinking why XOOPS defined 40 in this file.
