|
@@ -121,8 +121,8 @@ class Act
|
|
|
}
|
|
|
$info = $this->getTypeInfo($v['type'], $v['type_id']);
|
|
|
if ($info) {
|
|
|
- $info['status'] = $v['status'];
|
|
|
- $info['status_name'] = $this->db->value('status', $v['status']);
|
|
|
+ #$info['status'] = $v['status'];
|
|
|
+ #$info['status_name'] = $this->db->value('status', $v['status']);
|
|
|
$info['type'] = $v['type'];
|
|
|
$info['type_id'] = $v['type_id'];
|
|
|
$info['data_id'] = $v['id'];
|