hide comment remarks if not logged in

这个提交包含在:
Peter Goodhall 2019-11-25 18:36:39 +00:00
父节点 86c2eaadd1
当前提交 b011b9876a

查看文件

@ -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>