mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-08 11:57:57 +08:00
修复文件封面相关问题
This commit is contained in:
parent
d0931ea869
commit
4504ceb71d
File diff suppressed because it is too large
Load Diff
@ -199,7 +199,7 @@ class table_resources_version extends dzz_table
|
|||||||
'postip' => $_G['clientip'],
|
'postip' => $_G['clientip'],
|
||||||
'title' => $filename,
|
'title' => $filename,
|
||||||
'aid' => isset($setarr['aid']) ? $setarr['aid'] : '',
|
'aid' => isset($setarr['aid']) ? $setarr['aid'] : '',
|
||||||
'img'=>geticonfromext($setarr['ext'],$setarr['type'])
|
// 'img'=>geticonfromext($setarr['ext'],$setarr['type'])
|
||||||
);
|
);
|
||||||
//插入属性表
|
//插入属性表
|
||||||
if (C::t('resources_attr')->insert_attr($rid,$vid,$sourceattrdata)) {
|
if (C::t('resources_attr')->insert_attr($rid,$vid,$sourceattrdata)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user