|
@@ -4,7 +4,7 @@ |
|
|
*
|
|
|
*
|
|
|
* @version $Id: co_edit_text.php 1 14:31 2010年7月12日Z tianya $
|
|
|
* @version $Id: co_edit_text.php 1 14:31 2010年7月12日Z tianya $
|
|
|
* @package DedeCMS.Administrator
|
|
|
* @package DedeCMS.Administrator
|
|
|
* @copyright Copyright (c) 2007 - 2020, DesDev, Inc.
|
|
|
|
|
|
|
|
|
* @copyright Copyright (c) 2007 - 2010, DesDev, Inc.
|
|
|
* @license http://help.dedecms.com/usersguide/license.html
|
|
|
* @license http://help.dedecms.com/usersguide/license.html
|
|
|
* @link http://www.dedecms.com
|
|
|
* @link http://www.dedecms.com
|
|
|
*/
|
|
|
*/
|
|
@@ -217,7 +217,8 @@ else |
|
|
$mainSql = str_replace('@sortrank@', $sortrank, $mainSql);
|
|
|
$mainSql = str_replace('@sortrank@', $sortrank, $mainSql);
|
|
|
$mainSql = str_replace('@pubdate@', $pubdate, $mainSql);
|
|
|
$mainSql = str_replace('@pubdate@', $pubdate, $mainSql);
|
|
|
$mainSql = str_replace('@senddate@', $senddate, $mainSql);
|
|
|
$mainSql = str_replace('@senddate@', $senddate, $mainSql);
|
|
|
$mainSql = str_replace('@title@', cn_substr($title, 60), $mainSql);
|
|
|
|
|
|
|
|
|
$mainSql = str_replace('@title@', cn_substr($title, $cfg_title_maxlen), $mainSql);
|
|
|
|
|
|
//$mainSql = str_replace('@title@', cn_substr($title, 60), $mainSql); 原来的语句,采集的文章导出到栏目后标题不全
|
|
|
$addSql = str_replace('@sortrank@', $sortrank, $addSql);
|
|
|
$addSql = str_replace('@sortrank@', $sortrank, $addSql);
|
|
|
$addSql = str_replace('@senddate@', $senddate, $addSql);
|
|
|
$addSql = str_replace('@senddate@', $senddate, $addSql);
|
|
|
|
|
|
|
|
@@ -303,4 +304,4 @@ else |
|
|
ShowMsg("完成 {$rs}% 导入,继续执行操作...",$gourl,'',500);
|
|
|
ShowMsg("完成 {$rs}% 导入,继续执行操作...",$gourl,'',500);
|
|
|
exit();
|
|
|
exit();
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
|
|
|
|
|
|
}
|