corrected autoupdate functions
This commit is contained in:
@ -59,7 +59,7 @@ elseif( isset($_GET["pmdo"]) && $_GET["pmdo"] == "write" )
|
||||
</select>
|
||||
';
|
||||
|
||||
if( isset($_GET["pmdo"]) && empty($can_pm) )
|
||||
if( (!isset($can_pm) || $can_pm!=1) && isset($_GET["msg_to"]) )
|
||||
{
|
||||
// pm_allow ist auf 0
|
||||
if (!isset($message_field)) $message_field="";
|
||||
|
Reference in New Issue
Block a user