mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
Code cleanup / globals removal etc.
This commit is contained in:
@@ -128,6 +128,9 @@ class pm_shortcodes extends e_shortcode
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
$ret = "";
|
||||
|
||||
if(check_class($this->pmPrefs['opt_userclass']) && check_class($this->pmPrefs['multi_class']))
|
||||
{
|
||||
$ret = "<input type='checkbox' name='to_userclass' value='1' />".LAN_PM_4." ";
|
||||
|
Reference in New Issue
Block a user