Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
| 
$maintable = ( trim($row['maintable'])==” ? ’2d30_archives’ : trim($row['maintable']) );
        $dsql->ExecuteNoneQuery("Update `2d30_arctiny` set arcrank=’0′ where id=’$aid’ ");
        if($row['issystem']==-1)
        {
            $dsql->ExecuteNoneQuery("Update `".trim($row['addtable'])."` set arcrank=’0′ where aid=’$aid’ ");
        }
        else
        {
            $dsql->ExecuteNoneQuery("Update `$maintable` set arcrank=’0′ where id=’$aid’ ");
        }
        $pageurl = MakeArt($aid,false);
    }
    ShowMsg("成功审核指定的文档!",$ENV_GOBACK_URL); | 
| 
$maintable = ( trim($row['maintable'])==” ? ’2d30_archives’ : trim($row['maintable']) );
       $newdate = time();
        $dsql->ExecuteNoneQuery("Update `2d30_arctiny` set pubdate=’$newdate’,senddate=’$newdate’,arcrank=’0′ where id=’$aid’ ");
        if($row['issystem']==-1)
        {
            $dsql->ExecuteNoneQuery("Update `".trim($row['addtable'])."` set pubdate=’$newdate’,senddate=’$newdate’,arcrank=’0′ where aid=’$aid’ ");
        }
        else
        {
            $dsql->ExecuteNoneQuery("Update `$maintable` set pubdate=’$newdate’,senddate=’$newdate’,arcrank=’0′ where id=’$aid’ ");
        }
        $pageurl = MakeArt($aid,false);
    }
    ShowMsg("成功审核指定的文档!",$ENV_GOBACK_URL); |