diff --git a/src/system/archive/archives.class.php b/src/system/archive/archives.class.php index bb973a83..76930158 100755 --- a/src/system/archive/archives.class.php +++ b/src/system/archive/archives.class.php @@ -318,7 +318,7 @@ class Archives $filenames = explode("/", $filename); $this->NameFirst = preg_replace("/\.".$this->ShortName."$/i", "", $filenames[count($filenames) - 1]); if ($this->NameFirst == '') { - $this->NameFirst = $this->arcID; + $this->NameFirst = $this->ArcID; } //获得当前文档的全名 $filenameFull = GetFileUrl( diff --git a/src/system/archive/freelist.class.php b/src/system/archive/freelist.class.php index 4b492447..58554b85 100755 --- a/src/system/archive/freelist.class.php +++ b/src/system/archive/freelist.class.php @@ -15,6 +15,7 @@ class FreeList { var $dsql; var $dtp; + var $FreeID; var $TypeID; var $TypeLink; var $PageNo; diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index aa47402b..8b859c6e 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -612,6 +612,7 @@ class ListView } //获得附加表的相关信息 $addtable = $this->ChannelUnit->ChannelInfos['addtable']; + $filtersql = ""; if ($addtable!="") { $addJoin = " LEFT JOIN `$addtable` ON arc.id = ".$addtable.'.aid '; @@ -897,6 +898,7 @@ class ListView $purl .= '?'.$geturl; $optionlist = ''; //添加联动单筛选 + $pageaddurl = ""; foreach($_GET as $key => $value) { $pageaddurl .= ($key!="tid" && $key!="TotalResult" && $key!="PageNo") ? "&".string_filter($key)."=".string_filter($value) : ''; } diff --git a/src/system/archive/searchview.class.php b/src/system/archive/searchview.class.php index 8af3ad65..046659f4 100755 --- a/src/system/archive/searchview.class.php +++ b/src/system/archive/searchview.class.php @@ -27,7 +27,9 @@ class SearchView var $TotalPage; var $TotalResult; var $pagesize; + var $AddTable; var $ChannelType; + var $ChannelTypeid; var $TempInfos; var $Fields; var $PartView; diff --git a/src/system/dedetag.class.php b/src/system/dedetag.class.php index cf014797..3df8310e 100755 --- a/src/system/dedetag.class.php +++ b/src/system/dedetag.class.php @@ -389,7 +389,7 @@ class DedeTagParse * * @access public * @param string $str 字符串 - * @return string + * @return mixed */ function GetTag($str) {