mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-07 03:16:58 +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'],
|
||||
'title' => $filename,
|
||||
'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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user