root/extras/trunk/downloads/ip_root/plugins/downloads/includes/dl_modcp.php

123155
45
	$disable_popup_notify = (isset($_POST['disable_popup_notify'])) ? intval($_POST['disable_popup_notify']) : 0;
45
	$disable_popup_notify = (isset($_POST['disable_popup_notify'])) ? intval($_POST['disable_popup_notify']) : 0;
46
	$del_thumb = ( isset($_POST['del_thumb']) ) ? intval($_POST['del_thumb']) : 0;
46
	$del_thumb = ( isset($_POST['del_thumb']) ) ? intval($_POST['del_thumb']) : 0;
47
47
48
	$mod_desc = make_clickable($mod_desc);
48
	$mod_desc = $bbcode->make_clickable($mod_desc);
49
	$warning = make_clickable($warning);
49
	$warning = $bbcode->make_clickable($warning);
50
50
51
	$html_on = $config['allow_html'];
51
	$html_on = $config['allow_html'];
52
	$bbcode_on = $config['allow_bbcode'];
52
	$bbcode_on = $config['allow_bbcode'];