Browse Source

Update archives_check.php

tags/6.2.5
tianya 2 years ago
parent
commit
b940bd2cfd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/user/inc/archives_check.php

+ 2
- 1
src/user/inc/archives_check.php View File

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


Loading…
Cancel
Save