瀏覽代碼

Update archives_check.php

tags/6.2.5
tianya 2 年之前
父節點
當前提交
b940bd2cfd
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      src/user/inc/archives_check.php

+ 2
- 1
src/user/inc/archives_check.php 查看文件

@@ -50,7 +50,8 @@ if ($cInfos['arcsta'] == 0) {
}
//对保存的文档进行处理
$money = 0;
$flag = $shorttitle = $color = $source = '';
$flag = $shorttitle = $color = '';
$source = isset($source)? HtmlReplace($source, 1) : '';
$sortrank = $senddate = $pubdate = time();
$title = cn_substrR(HtmlReplace($title, 1), $cfg_title_maxlen);
$writer = cn_substrR(HtmlReplace($writer, 1), 20);


Loading…
取消
儲存