[Exoops-bugfixes] Missing FROM in comments for country
Brought to you by:
farsus
From: Half-Dead <hal...@ga...> - 2002-06-12 00:57:52
|
When you post a comment the FROM field doesn't show up for the country part. /class/xoopscomments.php Near line: 243 Change: $user_from = $poster->getVar("user_from"); To: $user_from .= $poster->getVar("user_from"); |