Removed lines that should not be there. Problably comes from a merge.
这个提交包含在:
父节点
0e810788f5
当前提交
9365f551a7
共有 1 个文件被更改,包括 1 次插入 和 6 次删除
|
|
@ -144,24 +144,19 @@
|
|||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
<<<<<<< HEAD
|
||||
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
|
||||
=======
|
||||
<?php if($row->COL_CNTY != null && $row->COL_CNTY != ",") { ?>
|
||||
<tr>
|
||||
<td>USA County:</td>
|
||||
<td><?php echo $row->COL_CNTY; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
>>>>>>> 9e058dac9a7454cebd80396e5de94ae445eed096
|
||||
|
||||
<?php if($row->COL_NAME != null) { ?>
|
||||
<?php if($row->COL_NAME != null) { ?>
|
||||
<tr>
|
||||
<td><?php echo $this->lang->line('general_word_name'); ?></td>
|
||||
<td><?php echo $row->COL_NAME; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?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) { ?>
|
||||
|
|
|
|||
正在加载…
在新工单中引用