mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 12:41:51 +02:00
Bugtracker #3742 possible fix - classes dropdown
This commit is contained in:
parent
204442840d
commit
6696526a4a
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_shortcodes.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-01-03 22:06:00 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-02-10 10:19:35 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -52,7 +52,7 @@ if($pm_prefs['allow_userclass'])
|
||||
{
|
||||
$ret = "<input type='checkbox' name='to_userclass' value='1' />".LAN_PM_4." ";
|
||||
require_once(e_HANDLER."userclass_class.php");
|
||||
$args = (ADMIN ? "admin, classes" : "matchclass");
|
||||
$args = (ADMIN ? "admin, classes" : "classes, matchclass");
|
||||
if(check_class($pm_prefs['sendall_class']))
|
||||
{
|
||||
$args = "member, ".$args;
|
||||
|
Loading…
x
Reference in New Issue
Block a user