删除重复判断?
This commit is contained in:
parent
732c58e8ff
commit
160651319b
|
@ -80,8 +80,6 @@ function dshowmessage($message, $url_forward = '', $values = array(), $extrapara
|
||||||
if(!empty($_G['inajax'])) {
|
if(!empty($_G['inajax'])) {
|
||||||
$handlekey = $_GET['handlekey'] = !empty($_GET['handlekey']) ? dhtmlspecialchars($_GET['handlekey']) : '';
|
$handlekey = $_GET['handlekey'] = !empty($_GET['handlekey']) ? dhtmlspecialchars($_GET['handlekey']) : '';
|
||||||
$param['handle'] = true;
|
$param['handle'] = true;
|
||||||
}
|
|
||||||
if(!empty($_G['inajax'])) {
|
|
||||||
$param['msgtype'] = empty($_GET['ajaxmenu']) && (empty($_POST) || !empty($_GET['nopost'])) ? 2 : 3;
|
$param['msgtype'] = empty($_GET['ajaxmenu']) && (empty($_POST) || !empty($_GET['nopost'])) ? 2 : 3;
|
||||||
}
|
}
|
||||||
if($url_forward) {
|
if($url_forward) {
|
||||||
|
|
Loading…
Reference in New Issue