hide comment remarks if not logged in

pull/394/head
Peter Goodhall 2019-11-25 18:36:39 +00:00
rodzic 86c2eaadd1
commit b011b9876a
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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