1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Merge pull request #1864 from yesszus/patch-25

Issue #6 Some corrections
This commit is contained in:
Cameron 2016-09-17 10:46:16 -07:00 committed by GitHub
commit 3f6f6a4029

View File

@ -296,11 +296,11 @@ function show_options($pm_prefs)
<td>".e107::getUserClass()->uc_dropdown('pm_option-sendall_class', $pm_prefs['sendall_class'], 'nobody,member,admin,classes')."</td>
</tr>
<tr>
<td>User may send PMs to</td>
<td>"; //TODO LAN
<td>".ADLAN_PM_88."</td>
<td>";
$list = e107::getUserClass()->getClassList('nobody,main,admin,member,classes');
$list['matchclass'] = "(Any user with the same class)"; //TODO LAN
$list['matchclass'] = ADLAN_PM_89;
//$txt .= print_a($list,true);
$txt .= $frm->select('pm_option-send_to_class', $list, varset($pm_prefs['send_to_class'], e_UC_MEMBER));
@ -829,4 +829,4 @@ function pm_conf_adminmenu()
show_admin_menu(ADLAN_PM_12, $action, $var);
}
?>
?>