diff options
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_options.php')
| -rw-r--r-- | phpBB/includes/ucp/ucp_pm_options.php | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_options.php b/phpBB/includes/ucp/ucp_pm_options.php index 2ccd4a7728..2458c4118d 100644 --- a/phpBB/includes/ucp/ucp_pm_options.php +++ b/phpBB/includes/ucp/ucp_pm_options.php @@ -24,7 +24,7 @@ if (!defined('IN_PHPBB'))  */  function message_options($id, $mode, $global_privmsgs_rules, $global_rule_conditions)  { -	global $phpbb_root_path, $phpEx, $user, $template, $auth, $config, $db, $request; +	global $phpbb_root_path, $phpEx, $user, $template, $config, $db, $request;  	$redirect_url = append_sid("{$phpbb_root_path}ucp.$phpEx", "i=pm&mode=options"); @@ -80,7 +80,6 @@ function message_options($id, $mode, $global_privmsgs_rules, $global_rule_condit  		if (check_form_key('ucp_pm_options'))  		{  			$folder_name = $request->variable('foldername', '', true); -			$msg = '';  			if ($folder_name)  			{ @@ -611,7 +610,7 @@ function define_check_option($hardcoded, $check_option, $check_lang)  */  function define_action_option($hardcoded, $action_option, $action_lang, $folder)  { -	global $db, $template, $user; +	global $template;  	$l_action = $s_action_options = '';  	if ($hardcoded) @@ -722,7 +721,6 @@ function define_cond_option($hardcoded, $cond_option, $rule_option, $global_rule  	// Define Condition  	$condition = $global_rule_conditions[$rule_option]; -	$current_value = '';  	switch ($condition)  	{  | 
