diff --git a/src/system/archive/searchview.class.php b/src/system/archive/searchview.class.php
index 68912408..5c685294 100755
--- a/src/system/archive/searchview.class.php
+++ b/src/system/archive/searchview.class.php
@@ -656,16 +656,9 @@ class SearchView
}
$infos = "
{$totalpage}页".$this->TotalResult."条";
$geturl = "keyword=".urlencode($oldkeyword)."&searchtype=".$this->SearchType;
- $hidenform = "";
$geturl .= "&channeltype=".$this->ChannelType."&orderby=".$this->OrderBy;
- $hidenform .= "";
- $hidenform .= "";
$geturl .= "&kwtype=".$this->KType."&pagesize=".$this->pagesize;
- $hidenform .= "";
- $hidenform .= "";
$geturl .= "&typeid=".$this->TypeID."&TotalResult=".$this->TotalResult."&";
- $hidenform .= "";
- $hidenform .= "";
$purl .= "?".$geturl;
//获得上页和下页的链接
if ($this->PageNo != 1) {
@@ -703,14 +696,12 @@ class SearchView
}
}
$plist = '';
- $plist .= "";
return $plist;
}
/**