- 档案发布时间: |
+ 文档发布时间: |
diff --git a/src/admin/templets/makehtml_taglist.htm b/src/admin/templets/makehtml_taglist.htm
index e73ec25b..15d9943f 100644
--- a/src/admin/templets/makehtml_taglist.htm
+++ b/src/admin/templets/makehtml_taglist.htm
@@ -45,7 +45,7 @@
生成位置: |
- 系统设置-其他选项中“TAGS生成目录”项进行调整 |
+ 系统设置-其他选项中“标签生成目录”项进行调整 |
每次最大创建页数: |
diff --git a/src/admin/templets/member_pmone.htm b/src/admin/templets/member_pmone.htm
index 8281e79b..637f2b1d 100644
--- a/src/admin/templets/member_pmone.htm
+++ b/src/admin/templets/member_pmone.htm
@@ -38,7 +38,7 @@
发送到: |
- 填写用户登录的ID(网址uid=后面跟着的ID) |
+ 填写用户登录的id(网址uid=后面跟着的id) |
标题: |
diff --git a/src/admin/templets/mychannel_add.htm b/src/admin/templets/mychannel_add.htm
index b777f891..9a16d8fb 100644
--- a/src/admin/templets/mychannel_add.htm
+++ b/src/admin/templets/mychannel_add.htm
@@ -158,15 +158,15 @@
- 档案发布程序 |
+ 文档发布程序 |
* |
- 档案修改程序 |
+ 文档修改程序 |
* |
- 档案管理程序 |
+ 文档管理程序 |
* |
diff --git a/src/admin/templets/mychannel_edit.htm b/src/admin/templets/mychannel_edit.htm
index 335ab494..9f43e17d 100644
--- a/src/admin/templets/mychannel_edit.htm
+++ b/src/admin/templets/mychannel_edit.htm
@@ -184,15 +184,15 @@
- 档案发布程序 |
+ 文档发布程序 |
|
- 档案修改程序 |
+ 文档修改程序 |
|
- 档案管理程序 |
+ 文档管理程序 |
|
diff --git a/src/admin/templets/mytag_add.htm b/src/admin/templets/mytag_add.htm
index 28ebeeb1..14ef9a42 100644
--- a/src/admin/templets/mytag_add.htm
+++ b/src/admin/templets/mytag_add.htm
@@ -68,7 +68,7 @@
{dede:mytag name='标记名称' ismake='是否含板块代码(yes 或 no)' typeid='栏目id'/}
1、name 标记名称,该项是必须的属性,以下 2、3是可选属性;
2、ismake 默认是 no 表示设定的纯HTML代码, yes 表示含板块标记的代码;
- 3、typeid 表示所属栏目的ID,默认为 0 ,表示所有栏目通用的显示内容,在列表和文档模板中,typeid默认是这个列表或文档本身的栏目id
+ 3、typeid 表示所属栏目的id,默认为 0 ,表示所有栏目通用的显示内容,在列表和文档模板中,typeid默认是这个列表或文档本身的栏目id
所属栏目: |
diff --git a/src/admin/templets/soft_add.htm b/src/admin/templets/soft_add.htm
index fe3e2362..af4bbeed 100644
--- a/src/admin/templets/soft_add.htm
+++ b/src/admin/templets/soft_add.htm
@@ -27,7 +27,7 @@
return false;
}
if (document.form1.typeid.value == 0) {
- ShowMsg('请选择档案的主类别');
+ ShowMsg('请选择文档的主类别');
return false;
}
}
diff --git a/src/admin/templets/update_guide_getfiles.htm b/src/admin/templets/update_guide_getfiles.htm
deleted file mode 100644
index fec3c864..00000000
--- a/src/admin/templets/update_guide_getfiles.htm
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
- 自动更新程序-下载更新文件
-
-
-
-
-
-
-
-
- 自动更新程序::下载更新文件
- 返回系统主页
- |
-
-
- 下载的文件临时存放在文件夹../data/内,如果某些基础类有重要的改动导致更新中途中错,您可以从这文件夹提取文件手工更新 |
-
-
-
-
-
-
- 结果: |
-
-
- 增大
- 缩小
- |
-
-
- |
-
-
-
-
- |
-
-
-
-
\ No newline at end of file
diff --git a/src/admin/templets/update_guide_getlist.htm b/src/admin/templets/update_guide_getlist.htm
deleted file mode 100644
index 3d14aec0..00000000
--- a/src/admin/templets/update_guide_getlist.htm
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
- 自动更新程序 - 待下载文件列表
-
-
-
-
-
-
-
-
-
-
- 自动更新程序::待下载文件列表
- 返回系统主页
- |
-
-
- |
-
-
-
-
\ No newline at end of file
diff --git a/src/apps/advancedsearch.php b/src/apps/advancedsearch.php
index ae1244bd..040dbfef 100755
--- a/src/apps/advancedsearch.php
+++ b/src/apps/advancedsearch.php
@@ -187,7 +187,7 @@ if (file_exists(DEDEROOT."/theme/templets/$template")) {
$dlist->SetTemplate($templatefile);
$dlist->SetSource($query);
require_once(DEDEINC."/channelunit.class.php");
-//获得一个指定档案的链接
+//获得一个指定文档的链接
function GetArcUrl($aid, $typeid, $timetag, $title, $ismake = 0, $rank = 0, $namerule = '', $artdir = '', $money = 0)
{
return GetFileUrl($aid, $typeid, $timetag, $title, $ismake, $rank, $namerule, $artdir, $money);
diff --git a/src/apps/vote.php b/src/apps/vote.php
index 30df5b1d..b717d89b 100755
--- a/src/apps/vote.php
+++ b/src/apps/vote.php
@@ -20,7 +20,7 @@ if (empty($dopost)) $dopost = '';
$aid = (isset($aid) && is_numeric($aid)) ? $aid : 0;
if ($aid == 0) die("dedebiz");
if ($aid == 0) {
- ShowMsg("没指定投票项目的ID", "-1");
+ ShowMsg("没指定投票项目的id", "-1");
exit();
}
$vo = new DedeVote($aid);
diff --git a/src/data/admin/source.txt b/src/data/admin/source.txt
index 110f627d..b3272b82 100644
--- a/src/data/admin/source.txt
+++ b/src/data/admin/source.txt
@@ -1,3 +1,3 @@
-今日头条
微信公众号
+头条号
百家号
\ No newline at end of file
diff --git a/src/data/admin/ver.txt b/src/data/admin/ver.txt
index 24221b81..e29161b8 100644
--- a/src/data/admin/ver.txt
+++ b/src/data/admin/ver.txt
@@ -1 +1 @@
-20220504
\ No newline at end of file
+20221025
\ No newline at end of file
diff --git a/src/data/admin/verifies.txt b/src/data/admin/verifies.txt
index 67eb4be5..e29161b8 100644
--- a/src/data/admin/verifies.txt
+++ b/src/data/admin/verifies.txt
@@ -1 +1 @@
-20220415
\ No newline at end of file
+20221025
\ No newline at end of file
diff --git a/src/install/index.php b/src/install/index.php
index 37c402c2..feefd0da 100644
--- a/src/install/index.php
+++ b/src/install/index.php
@@ -265,16 +265,16 @@ else if ($step==2)
$upwd = password_hash($adminpwd, PASSWORD_BCRYPT);
}
//增加管理员帐号
- $adminquery = "INSERT INTO `{$dbprefix}admin` (`id`, `usertype`, `userid`, `$pfd`, `uname`, `tname`, `email`, `typeid`, `logintime`, `loginip`) VALUES (1, 10, '$adminuser', '".$apwd."', 'admin', '', '', 0, '".time()."', '127.0.0.1');";
+ $adminquery = "INSERT INTO `{$dbprefix}admin` (`id`,`usertype`,`userid`,`$pfd`,`uname`,`tname`,`email`,`typeid`,`logintime`,`loginip`) VALUES (1,10,'$adminuser','".$apwd."','admin','','',0,'".time()."','127.0.0.1');";
$dbtype == 'sqlite'? $db->exec($adminquery) : mysql_query($adminquery,$conn);
//关连前台会员帐号
- $adminquery = "INSERT INTO `{$dbprefix}member` (`mid`,`mtype`,`userid`,`{$pfd}`,`uname`,`sex`,`rank`,`money`,`email`,`scores` ,`matt` ,`face`,`safequestion`,`safeanswer` ,`jointime` ,`joinip` ,`logintime` ,`loginip` ) VALUES ('1','个人','$adminuser','".$upwd."','$adminuser','男','100','0','','10000','10','','0','','".time()."','','0',''); ";
+ $adminquery = "INSERT INTO `{$dbprefix}member` (`mid`,`mtype`,`userid`,`{$pfd}`,`uname`,`sex`,`rank`,`money`,`email`,`scores`,`matt`,`face`,`safequestion`,`safeanswer`,`jointime`,`joinip`,`logintime`,`loginip`) VALUES ('1','个人','$adminuser','".$upwd."','$adminuser','男','100','0','','10000','10','','0','','".time()."','','0',''); ";
$dbtype == 'sqlite'? $db->exec($adminquery) : mysql_query($adminquery,$conn);
- $adminquery = "INSERT INTO `{$dbprefix}member_person` (`mid`,`onlynet`,`sex`,`uname`,`qq`,`msn`,`tel`,`mobile`,`place`,`oldplace`,`birthday`,`star`,`income` , `education` , `height` , `bodytype` , `blood` , `vocation` , `smoke` , `marital` , `house` ,`drink` , `datingtype` , `language` , `nature` , `lovemsg` , `address`,`uptime`) VALUES ('1', '1', '男', '{$adminuser}', '', '', '', '', '0', '0','1980-01-01', '1', '0', '0', '160', '0', '0', '0', '0', '0', '0','0', '0', '', '', '', '','0'); ";
+ $adminquery = "INSERT INTO `{$dbprefix}member_person` (`mid`,`onlynet`,`sex`,`uname`,`qq`,`msn`,`tel`,`mobile`,`place`,`oldplace`,`birthday`,`star`,`income`,`education`,`height`,`bodytype`,`blood`,`vocation`,`smoke`,`marital`,`house`,`drink`,`datingtype`,`language`,`nature`,`lovemsg`,`address`,`uptime`) VALUES ('1','1','男','{$adminuser}','','','','','0','0','1980-01-01','1','0','0','160','0','0','0','0','0','0','0','0','','','','','0'); ";
$dbtype == 'sqlite'? $db->exec($adminquery) : mysql_query($adminquery,$conn);
$adminquery = "INSERT INTO `{$dbprefix}member_tj` (`mid`,`article`,`album`,`archives`,`homecount`,`pagecount`,`feedback`,`friend`,`stow`) VALUES ('1','0','0','0','0','0','0','0','0'); ";
$dbtype == 'sqlite'? $db->exec($adminquery): mysql_query($adminquery,$conn);
- $adminquery = "INSERT INTO `{$dbprefix}member_space` (`mid` ,`pagesize` ,`matt` ,`spacename` ,`spacelogo` ,`spacestyle`, `sign` ,`spacenews`) VALUES ('1','10','0','{$adminuser}的空间','','person','',''); ";
+ $adminquery = "INSERT INTO `{$dbprefix}member_space` (`mid`,`pagesize`,`matt`,`spacename`,`spacelogo`,`spacestyle`,`sign`,`spacenews`) VALUES ('1','10','0','{$adminuser}的空间','','person','',''); ";
$dbtype == 'sqlite'? $db->exec($adminquery) : mysql_query($adminquery,$conn);
//锁定程序安装
$fp = fopen(INSLOCKFILE,'w');
diff --git a/src/install/sql-dfdata.txt b/src/install/sql-dfdata.txt
index 74bf8be8..403c6f7b 100755
--- a/src/install/sql-dfdata.txt
+++ b/src/install/sql-dfdata.txt
@@ -4088,7 +4088,7 @@ INSERT INTO `#@__sysconfig` VALUES ('1','cfg_basehost','站点网址','1','strin
('146', 'cfg_bizcore_port', 'DedeBIZ Core端口', 1, 'number', '8181'),
('147', 'cfg_bizcore_appid', 'DedeBIZ Core应用ID', 1, 'string', ''),
('148', 'cfg_bizcore_key', 'DedeBIZ Core通信密钥', 1, 'string', ''),
-('149', 'cfg_tags_dir', 'TAGS生成目录', 7, 'string', '{cmspath}/a/tags');
+('149', 'cfg_tags_dir', '标签生成目录', 7, 'string', '{cmspath}/a/tags');
INSERT INTO `#@__sys_module` VALUES(1, '1f35620fb42d452fa2bdc1dee1690f92', '文件管理器', '', '', 0, ''),
(2, 'b437d85a7a7bc778c9c79b5ec36ab9aa', '友情链接', '', '', 0, ''),
diff --git a/src/install/v57sp2_to_v6.txt b/src/install/v57sp2_to_v6.txt
index 315dd47c..a7ad0fd1 100644
--- a/src/install/v57sp2_to_v6.txt
+++ b/src/install/v57sp2_to_v6.txt
@@ -12,7 +12,7 @@ ALTER TABLE `#@__admin` ADD COLUMN `pwd_new` varchar(120) NOT NULL DEFAULT '' AF
ALTER TABLE `#@__member` ADD COLUMN `pwd_new` varchar(120) NOT NULL DEFAULT '' AFTER `pwd`;
-- 6.1.8
-INSERT INTO `#@__sysconfig` VALUES ('151', 'cfg_tags_dir', 'TAGS生成目录', 7, 'string', '{cmspath}/a/tags');
+INSERT INTO `#@__sysconfig` VALUES ('151', 'cfg_tags_dir', '标签生成目录', 7, 'string', '{cmspath}/a/tags');
ALTER TABLE `#@__tagindex` DROP COLUMN `tag_pinyin`;
-- 6.1.7
diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css
index cca39110..d30efe7b 100644
--- a/src/static/web/css/admin.css
+++ b/src/static/web/css/admin.css
@@ -249,6 +249,7 @@ select:focus,input:focus,textarea:focus {
z-index:10001
}
.dlgws div {
+ padding:.5rem;
width:100%
}
.dlgTesttitle {
diff --git a/src/static/web/img/admin-logo.png b/src/static/web/img/admin-logo.png
deleted file mode 100644
index 87d15c7e..00000000
Binary files a/src/static/web/img/admin-logo.png and /dev/null differ
diff --git a/src/static/web/img/logo.gif b/src/static/web/img/logo.gif
deleted file mode 100644
index 4530dbbf..00000000
Binary files a/src/static/web/img/logo.gif and /dev/null differ
diff --git a/src/static/web/img/xs.jpg b/src/static/web/img/xs.jpg
deleted file mode 100644
index 7da56df1..00000000
Binary files a/src/static/web/img/xs.jpg and /dev/null differ
diff --git a/src/system/archive/freelist.class.php b/src/system/archive/freelist.class.php
index 83896149..9a0f1cfe 100755
--- a/src/system/archive/freelist.class.php
+++ b/src/system/archive/freelist.class.php
@@ -794,7 +794,7 @@ class FreeList
return $plist;
}
/**
- * 获得一个指定档案的链接
+ * 获得一个指定文档的链接
*
* @access public
* @param int $aid 文档id
diff --git a/src/system/archive/taglist.class.php b/src/system/archive/taglist.class.php
index a6aad239..0de0f2ca 100755
--- a/src/system/archive/taglist.class.php
+++ b/src/system/archive/taglist.class.php
@@ -628,7 +628,7 @@ class TagList
return GetTypeUrl($typeid, MfTypedir($typedir), $isdefault, $defaultname, $ispart, $namerule2, $siteurl);
}
/**
- * 获得一个指定档案的链接
+ * 获得一个指定文档的链接
*
* @access private
* @param int $aid 文档id
diff --git a/src/system/channelunit.class.php b/src/system/channelunit.class.php
index 6cc1f153..9b9b01b5 100755
--- a/src/system/channelunit.class.php
+++ b/src/system/channelunit.class.php
@@ -74,10 +74,10 @@ class ChannelUnit
$this->__construct($cid, $aid);
}
/**
- * 设置档案ID
+ * 设置文档ID
*
* @access private
- * @param int $aid 档案ID
+ * @param int $aid 文档ID
* @return void
*/
function SetArcID($aid)
diff --git a/src/system/database/dedesqli.class.php b/src/system/database/dedesqli.class.php
index b9739ed0..d09a8833 100755
--- a/src/system/database/dedesqli.class.php
+++ b/src/system/database/dedesqli.class.php
@@ -433,7 +433,7 @@ class DedeSqli
return @mysqli_num_rows($this->result[$id]);
}
}
- //获取上一步INSERT操作产生的ID
+ //获取上一步INSERT操作产生的id
function GetLastID()
{
//如果 AUTO_INCREMENT 的列的类型是 BIGINT,则 mysqli_insert_id() 返回的值将不正确
diff --git a/src/system/database/dedesqlite.class.php b/src/system/database/dedesqlite.class.php
index 4eb4fbe7..3a9d0b95 100755
--- a/src/system/database/dedesqlite.class.php
+++ b/src/system/database/dedesqlite.class.php
@@ -411,7 +411,7 @@ class DedeSqlite
$row = $rs->fetchArray();
return $row['dd'];
}
- //获取上一步INSERT操作产生的ID
+ //获取上一步INSERT操作产生的id
function GetLastID()
{
//如果 AUTO_INCREMENT 的列的类型是 BIGINT,则 mysqli_insert_id() 返回的值将不正确
diff --git a/src/system/dedetag.class.php b/src/system/dedetag.class.php
index ffd99d43..e0147294 100755
--- a/src/system/dedetag.class.php
+++ b/src/system/dedetag.class.php
@@ -1,7 +1,7 @@
LoadSource($str);
}
/**
- * 获得指定名称的Tag的ID(如果有多个同名的Tag,则取没有被取代为内容的第一个Tag)
+ * 获得指定名称的Tag的id,如果有多个同名的Tag,则取没有被取代为内容的第一个Tag
*
* @access public
* @param string $str 字符串
diff --git a/src/system/taglib/help/arclist.txt b/src/system/taglib/help/arclist.txt
index 80341088..2cfbec98 100755
--- a/src/system/taglib/help/arclist.txt
+++ b/src/system/taglib/help/arclist.txt
@@ -7,7 +7,7 @@ imgwidth='' imgheight='' listtype='' orderby='' keyword='' limit='0,1'}
>>dede>>
col='' 分多少列显示(默认为单列)
row='10' 返回文档列表总数
-typeid='' 栏目id,在列表模板和档案模板中一般不需要指定,在封面模板中允许用","分开表示多个栏目;
+typeid='' 栏目id,在列表模板和文档模板中一般不需要指定,在封面模板中允许用","分开表示多个栏目;
titlelen = '30' 标题长度 等同于titlelength
infolen='160' 表示内容简介长度 等同于infolength
imgwidth='120' 缩略图宽度
diff --git a/src/system/taglib/help/arclistsg.txt b/src/system/taglib/help/arclistsg.txt
index 122158c4..5096ed81 100755
--- a/src/system/taglib/help/arclistsg.txt
+++ b/src/system/taglib/help/arclistsg.txt
@@ -6,7 +6,7 @@
>>dede>>
col='' 分多少列显示(默认为单列),5.3版中本属性无效,要多列显示的可用div+css实现
row='10' 返回文档列表总数
-typeid='' 栏目id,在列表模板和档案模板中一般不需要指定,在封面模板中允许用","分开表示多个栏目;
+typeid='' 栏目id,在列表模板和文档模板中一般不需要指定,在封面模板中允许用","分开表示多个栏目;
titlelen = '30' 标题长度 等同于titlelength
orderwey='desc'或'asc' 排序方向
keyword= 含有指定关键词的文档列表,多个关键词用","分
diff --git a/src/system/userlogin.class.php b/src/system/userlogin.class.php
index cee14eaa..5b5845cb 100755
--- a/src/system/userlogin.class.php
+++ b/src/system/userlogin.class.php
@@ -364,7 +364,7 @@ class userLogin
return $this->getUserType();
}
/**
- * 获得用户的ID
+ * 获得用户的id
*
* @access public
* @return int
diff --git a/src/theme/plus/showphoto.htm b/src/theme/plus/showphoto.htm
index 3e37747c..0dcb30ad 100644
--- a/src/theme/plus/showphoto.htm
+++ b/src/theme/plus/showphoto.htm
@@ -9,7 +9,7 @@
diff --git a/src/user/archives_sg_add.php b/src/user/archives_sg_add.php
index 1865cdfd..236fd631 100755
--- a/src/user/archives_sg_add.php
+++ b/src/user/archives_sg_add.php
@@ -65,7 +65,7 @@ else if ($dopost == 'save') {
$autokey = $remote = $dellink = $autolitpic = 0;
$userip = GetIP();
if ($typeid == 0) {
- ShowMsg('请指定文档隶属的栏目', '-1');
+ ShowMsg('请指定文档所属栏目', '-1');
exit();
}
$query = "SELECT tp.ispart,tp.channeltype,tp.issend,ch.issend AS cissend,ch.sendrank,ch.arcsta,ch.addtable,ch.fieldset,ch.usertype FROM `#@__arctype` tp LEFT JOIN `#@__channeltype` ch ON ch.id=tp.channeltype WHERE tp.id='$typeid' ";
diff --git a/src/user/archives_sg_edit.php b/src/user/archives_sg_edit.php
index 88cf6983..46cab4d9 100755
--- a/src/user/archives_sg_edit.php
+++ b/src/user/archives_sg_edit.php
@@ -48,7 +48,7 @@ else if ($dopost == 'save') {
$typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$userip = GetIP();
if ($typeid == 0) {
- ShowMsg('请指定文档隶属的栏目', '-1');
+ ShowMsg('请指定文档所属栏目', '-1');
exit();
}
$query = "SELECT tp.ispart,tp.channeltype,tp.issend,ch.issend AS cissend,ch.sendrank,ch.arcsta,ch.addtable,ch.fieldset,ch.usertype FROM `#@__arctype` tp LEFT JOIN `#@__channeltype` ch ON ch.id=tp.channeltype WHERE tp.id='$typeid' ";
diff --git a/src/user/inc/archives_check.php b/src/user/inc/archives_check.php
index d789794c..5d341f92 100755
--- a/src/user/inc/archives_check.php
+++ b/src/user/inc/archives_check.php
@@ -26,7 +26,7 @@ $flag = '';
$autokey = $remote = $dellink = $autolitpic = 0;
$userip = GetIP();
if ($typeid == 0) {
- ShowMsg('请指定文档隶属的栏目', '-1');
+ ShowMsg('请指定文档所属栏目', '-1');
exit();
}
$query = "SELECT tp.ispart,tp.channeltype,tp.issend,ch.issend as cissend,ch.sendrank,ch.arcsta,ch.addtable,ch.fieldset,ch.usertype FROM `#@__arctype` tp LEFT JOIN `#@__channeltype` ch on ch.id=tp.channeltype WHERE tp.id='$typeid' ";
diff --git a/src/user/inc/archives_check_edit.php b/src/user/inc/archives_check_edit.php
index 8dc14aec..7d00cfd9 100755
--- a/src/user/inc/archives_check_edit.php
+++ b/src/user/inc/archives_check_edit.php
@@ -15,7 +15,7 @@ $flag = '';
$typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$userip = GetIP();
if ($typeid == 0) {
- ShowMsg('请指定文档隶属的栏目', '-1');
+ ShowMsg('请指定文档所属栏目', '-1');
exit();
}
//校验CSRF
diff --git a/src/user/inc/inc_archives_functions.php b/src/user/inc/inc_archives_functions.php
index 1a06691e..d30f2a20 100755
--- a/src/user/inc/inc_archives_functions.php
+++ b/src/user/inc/inc_archives_functions.php
@@ -54,7 +54,6 @@ function GetCurContentAlbum($body, $rfurl, &$firstdd)
if (!preg_match("#\.(gif|jpg|png)#i", $itype)) $itype = ".jpg";
$rndFileName = $imgPath."/".$milliSecond.$key.$itype;
$iurl = $imgUrl."/".$milliSecond.$key.$itype;
-
//下载并保存文件
//$rs = $htd->SaveToBin($rndFileName);
$rs = DownImageKeep($value, $rfurl, $rndFileName, '', 0, 30);
@@ -233,7 +232,7 @@ function PrintAutoFieldsEdit(&$fieldset, &$fieldValues, $loadtype = 'all')
echo "";
}
/**
- * 创建指定ID的文档
+ * 创建指定id的文档
*
* @param int $aid
* @param bool $ismakesign
diff --git a/src/user/soft_edit.php b/src/user/soft_edit.php
index fbef477c..c5fc478b 100755
--- a/src/user/soft_edit.php
+++ b/src/user/soft_edit.php
@@ -129,7 +129,7 @@ else if ($dopost == 'save') {
exit();
}
}
- //修改主档案表
+ //修改主文档表
$upQuery = "UPDATE `#@__archives` SET ismake='$ismake',arcrank='$arcrank',typeid='$typeid',title='$title',litpic='$litpic',description='$description',keywords='$keywords',flag='$flag' WHERE id='$aid' AND mid='$mid'; ";
if (!$dsql->ExecuteNoneQuery($upQuery)) {
ShowMsg("数据保存到数据库主表`#@__archives`时出错,请联系管理员", "-1");
|