hide comment remarks if not logged in
这个提交包含在:
父节点
86c2eaadd1
当前提交
b011b9876a
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -79,12 +79,14 @@
|
|||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
|
||||
<?php if($row->COL_COMMENT != null) { ?>
|
||||
<tr>
|
||||
<td>Comment:</td>
|
||||
<td><?php echo $row->COL_COMMENT; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
|
||||
<?php if($row->COL_SAT_NAME != null) { ?>
|
||||
<tr>
|
||||
|
|
|
|||
正在加载…
在新工单中引用